mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 21:15:07 +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"
|
||||
lc_dir="data/STORM_III/lightcurves/Δt=${timestep}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ywindow_of () {
|
||||
max=0
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/local/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
timestep="0.1"
|
||||
newdir="data/STORM_III/lightcurves/Δt=${timestep}"
|
||||
mkdir -p $newdir
|
||||
|
Loading…
Reference in New Issue
Block a user