forked from hummypkg/sweeper
8 lines
67 B
Bash
Executable File
8 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
f=/mod/etc/sweeper.conf
|
|
[ -f $f ] && cp $f $f~
|
|
|
|
exit 0
|
|
|