changed to /usr/bin/env

This commit is contained in:
othocaeS 2016-07-25 17:11:38 -04:00
parent 226e9f56ee
commit b578f83081
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/bash #!/usr/bin/env bash
timestep="0.1" timestep="0.1"
lc_dir="data/STORM_III/lightcurves/Δt${timestep}" lc_dir="data/STORM_III/lightcurves/Δt${timestep}"

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/bash #!/usr/bin/env bash
ywindow_of () { ywindow_of () {
max=0 max=0

View File

@ -1,4 +1,5 @@
#!/usr/local/bin/bash #!/usr/bin/env bash
timestep="0.1" timestep="0.1"
newdir="data/STORM_III/lightcurves/Δt${timestep}" newdir="data/STORM_III/lightcurves/Δt${timestep}"
mkdir -p $newdir mkdir -p $newdir