Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 336fde03ebd82afa309b51dbda1609de > files > 12

nettee-0.1.8-2mdv2008.1.i586.rpm

#!/bin/bash
#
# example of a SAVE_LOCAL script for use with pdist_file.sh
# The single input parameter is mandatory!
# 
# David Mathog, mathog@caltech.edu, 21-MAR-2005
#
if [ "x$1" == "x" ]
then
  echo "FATAL error, no LSPARAM supplied!"
  exit
fi
cat - > $1
exit