save in src dir + app(endix)
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Sun, 13 Sep 2009 19:49:42 +0000 (21:49 +0200)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Sun, 13 Sep 2009 19:49:42 +0000 (21:49 +0200)
vasp_tools/pc_script

index 807d506..2e2b5f0 100755 (executable)
@@ -44,7 +44,7 @@ echo "running on $files using $sx $sy $sz ..."
 
 #./pc_calc $sx $sy $sz $files
 ./pc_calc $sx $sy $sz $files | grep ^pc | \
-       awk '{ print $2 " " $3 " " $4 " "$5 }' > pc.txt
+       awk '{ print $2 " " $3 " " $4 " "$5 }' > $1/pc${app}.txt
 
 echo "done"