mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 01:45:08 +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=$(
|
||||
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
|
||||
# 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.
|
||||
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@')
|
||||
runs_dir=$script_dir/../syracuse_runs
|
||||
|
Loading…
Reference in New Issue
Block a user