diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sroll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/sroll b/scripts/sroll new file mode 100755 index 0000000..e0c8b70 --- /dev/null +++ b/scripts/sroll @@ -0,0 +1,5 @@ +#!/bin/sh + +# Rickroll on terminal + +curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash |