mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 13:05:07 +00:00
debugging thor things: thor submissions can't handle UTF names
This commit is contained in:
parent
65d8360e22
commit
4e6fbe6748
@ -113,11 +113,12 @@ do
|
|||||||
else
|
else
|
||||||
if [[ $1 == "thor" ]]
|
if [[ $1 == "thor" ]]
|
||||||
then
|
then
|
||||||
argsfile="thor/arguments/$echo_band.args"
|
echo_band_noUTF=$(echo $echo_band|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g')
|
||||||
submitscript="thor/${echo_band}.pbs"
|
argsfile="thor/arguments/$echo_band_noUTF.args"
|
||||||
|
submitscript="thor/${echo_band_noUTF}.pbs"
|
||||||
cp tmp.psdlagargs $argsfile
|
cp tmp.psdlagargs $argsfile
|
||||||
cat scripts/templates/thor_submit.pbs|
|
cat scripts/templates/thor_submit.pbs|
|
||||||
sed "s@%NAME%@'${echo_band} psdlag'@g"|
|
sed "s@%NAME%@psdlag_${echo_band_noUTF}@g"|
|
||||||
sed "s@%ARGSFILE%@${argsfile}@g"|
|
sed "s@%ARGSFILE%@${argsfile}@g"|
|
||||||
sed "s@%ROOTDIR%@$(pwd)@g"|
|
sed "s@%ROOTDIR%@$(pwd)@g"|
|
||||||
sed "s@%OUTPUTFILE%@${outputfile}@g" > $submitscript
|
sed "s@%OUTPUTFILE%@${outputfile}@g" > $submitscript
|
||||||
|
Loading…
Reference in New Issue
Block a user