Skip to content

Instantly share code, notes, and snippets.

@dfreniche
Created March 10, 2021 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfreniche/d0b3b4bb4df8caa1f1c0a7f1a3e8499e to your computer and use it in GitHub Desktop.
Save dfreniche/d0b3b4bb4df8caa1f1c0a7f1a3e8499e to your computer and use it in GitHub Desktop.
Best ls: Rickroll made for BASH
#!/bin/bash
# Best ls for CLI RickRolling
# Just create an alias for it in a friend's / coworker computer
cat << EOF
-----------------------------------------
We're no strangers to love
You know the rules and so do I
A full commitment's what I'm thinking of
You wouldn't get this from any other guy
I just wanna tell you how I'm feeling
Gotta make you understand
Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you
-----------------------------------------
EOF
ls $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment