1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00
pirate-get/uninstall.sh
2013-12-14 08:43:10 -05:00

8 lines
108 B
Bash
Executable File

#!/usr/bin/env sh
if [ "$UID" -ne 0 ]
then echo "Please run as root"
exit
fi
rm /usr/bin/pirate-get