mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 22:05:06 +00:00
changed to /usr/bin/env
This commit is contained in:
parent
226e9f56ee
commit
b578f83081
@ -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}"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
ywindow_of () {
|
ywindow_of () {
|
||||||
max=0
|
max=0
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user