diff options
Diffstat (limited to 'mirror-slackware.sh')
| -rwxr-xr-x | mirror-slackware.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mirror-slackware.sh b/mirror-slackware.sh new file mode 100755 index 0000000..8e31099 --- /dev/null +++ b/mirror-slackware.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# /usr/local/sbin/mirror-gentoo.sh + +LOG="/var/log/mirrors/slackware-mirror-sync.log" +DEST="/mnt/brimstone/mirror/slackware" + +EC=$? +echo "EXITCODE:$EC" >>"$LOG" +exit $EC |
