mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 01:35:08 +00:00
go
This commit is contained in:
parent
27f33a0b13
commit
9e3b390762
@ -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