Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zisk on github.
  • I am zisk (https://keybase.io/zisk) on keybase.
  • I have a public key whose fingerprint is 8ABD D3AA F42F D59B 5A1A A5A8 977C C614 4743 2F7E

To claim this, I am signing this object:

#!/bin/bash
logpath=/var/log/mirrorsync
menu=$1
dfolder=/mnt/ISOs
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" 1>&2
exit 1
fi