Solution 0 1 1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Daniele Varsano moved page Solution 1 1 to Solution 0 1 1 |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 10:01, 1 December 2020
- Back to the previous page: Exercises
#! /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