Scripts in bin: minor cleanup of short scripts

This commit is contained in:
Chris Greenshields
2017-05-21 19:47:39 -04:00
parent 55866c6937
commit ea28ba014d
14 changed files with 16 additions and 309 deletions

View File

@ -31,7 +31,7 @@
#------------------------------------------------------------------------------
Script=${0##*/}
echo $Script "has been superseded by the postProcess utility:"
echo " postProcess -func '"$Script"(name=inlet,p)'"
echo "$Script has been superseded by the postProcess utility:"
echo " postProcess -func '$Script(name=inlet,p)'"
#------------------------------------------------------------------------------