mirror of
https://git.exozy.me/a/Never-Gonna-Give-Beep-Up
synced 2024-11-22 14:07:29 +00:00
5 lines
110 B
Bash
5 lines
110 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
trap - SIGINT
|
||
|
sudo env -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER -u SUDO_UID bash rickroll.sh
|