[luau] database backup script

Ray Strode halfline at hawaii.rr.com
Sun Mar 24 02:03:51 PST 2002


> Here's a tough one (maybe).  How to write another script that would take an
> input file, each of whose lines was a param list, and call the script below?


for line in `cat inputfile`; do
mySqlBack.sh $line
done





More information about the LUAU mailing list