mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/usr/bin/sh
|
|
if [ "$UID" -ne 0 ]
|
|
then echo "Please run as root"
|
|
exit
|
|
fi
|
|
|
|
rm /usr/bin/pirate-get
|