Solution 0 1 1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
* Back to the previous page: [[Scripting|Editing Scripting]] | * Back to the previous page: [[Scripting#Editing Scripting|Editing Scripting]] | ||
#! /bin/bash -x | #! /bin/bash -x |
Revision as of 09:27, 1 December 2020
- Back to the previous page: Editing Scripting
#! /bin/bash -x filein=scf.diamond.in bindir=/usr/local/bin # # fileout=scf.diamond.out fileout=`echo $filein | sed 's/\.in/\.out/' ` # $bindir/pw.x < $filein > $fileout exit 0