This commit is contained in:
caes 2017-04-16 19:46:44 -04:00
parent 27f33a0b13
commit 9e3b390762
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/bash
#!/usr/bin/env bash
script_dir=$(
cd $(dirname $0) ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/bash
#!/usr/bin/env bash
# This still isn't really generalized. Need to go to a
# specific directory of runs to run this. Feed it a list

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/bash
#!/usr/bin/env bash
echo Cleaning temporary files.
rm ./*tmp*

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/bash
#!/usr/bin/env bash
script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@')
runs_dir=$script_dir/../syracuse_runs