Skip to content

Commit 89a0eb6

Browse files
committed
Further simplified solution from last commit.
1 parent 89c0280 commit 89a0eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

5040/sed/batch_script.x

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sed '6s/functional/B3LYP/' template.inp > B3LYP.inp
2-
sed '6s/functional/PBE/' template.inp > PBE.inp
3-
sed '6s/functional/HSE06/' template.inp > HSE06.inp
1+
sed s/functional/B3LYP/ template.inp > B3LYP.inp
2+
sed s/functional/PBE/ template.inp > PBE.inp
3+
sed s/functional/HSE06/ template.inp > HSE06.inp

0 commit comments

Comments
 (0)