Solution 0 1 1
(Redirected from Solution 1 1)
- 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