warbo-utilities: 1f100bdc6d0bbbe3c776958dd5792e51e0c24d5c

     1: #!/usr/bin/env bash
     2: RUNNING=$(pgrep -cf "\\./run")
     3: 
     4: if [[ $RUNNING -eq 0 ]]
     5: then
     6:     cd ~/System/Tests || exit 1
     7:     ./run
     8: else
     9:     echo "Already running"
    10: fi

Generated by git2html.