mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 08:45:08 +00:00
syntax error fixed
This commit is contained in:
parent
fed8b849da
commit
2723cba1f8
@ -114,7 +114,7 @@ do
|
|||||||
echo -n "1000 50 400 mcmc_${echo_band}.dat" >> tmp.psdlagargs
|
echo -n "1000 50 400 mcmc_${echo_band}.dat" >> tmp.psdlagargs
|
||||||
|
|
||||||
# Run psdlag with inputs
|
# Run psdlag with inputs
|
||||||
if [[ $1 == "thor" || $(hostname) == "thor.cs.wmich.edu"]]
|
if [[ $1 == "thor" || "$(hostname)" == "thor.cs.wmich.edu" ]]
|
||||||
then
|
then
|
||||||
echo_band_noUTF=$(echo $echo_band|
|
echo_band_noUTF=$(echo $echo_band|
|
||||||
#sed 's|𝛌||g'|
|
#sed 's|𝛌||g'|
|
||||||
|
Loading…
Reference in New Issue
Block a user