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