sweeper/CONTROL/preinst

8 lines
67 B
Plaintext
Raw Normal View History

#!/bin/sh
f=/mod/etc/sweeper.conf
[ -f $f ] && cp $f $f~
exit 0