diff options
author | Anthony Wang | 2022-10-02 16:22:13 -0400 |
---|---|---|
committer | Anthony Wang | 2022-10-02 16:22:13 -0400 |
commit | 7746413302f60823e84fa12822671e61633a54fa (patch) | |
tree | 25cbe8df86fb7b530997fb06b290e53ae8565294 | |
parent | cc05a43c91dffff47a32bfbf950d6876dd459565 (diff) |
Add run script
-rwxr-xr-x | run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/bash + +trap - SIGINT +sudo env -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER -u SUDO_UID bash rickroll.sh |