mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-04-05 23:15:45 +00:00
Merge branch 'master' of github.com:othocaes/cloudy-agn
This commit is contained in:
commit
42686fe0e6
@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
script_dir=$(
|
script_dir=$(
|
||||||
cd $(dirname $0) ;
|
cd $(dirname $0) ;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# This still isn't really generalized. Need to go to a
|
# This still isn't really generalized. Need to go to a
|
||||||
# specific directory of runs to run this. Feed it a list
|
# specific directory of runs to run this. Feed it a list
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo Cleaning temporary files.
|
echo Cleaning temporary files.
|
||||||
rm ./*tmp*
|
rm ./*tmp*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@')
|
script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@')
|
||||||
runs_dir=$script_dir/../syracuse_runs
|
runs_dir=$script_dir/../syracuse_runs
|
||||||
|
Loading…
Reference in New Issue
Block a user