File:  [Local Repository] / badi / public_scripts / parallelstarter / db_backup / Attic / rm_arglist
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Jul 18 11:49:04 2011 UTC (12 years, 11 months ago) by adi
Branches: MAIN
CVS tags: HEAD
Initial revision

rm "$ARGLIST_FILE"
rm "$ARGS_LOG"

if [ $(ls -1 | grep -c "parallelstarter.start_run_") -gt 0 ]; then
	rm parallelstarter.start_run_*
fi

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>