Created
June 16, 2022 18:30
-
-
Save Sanix-Darker/bcca427c30482719252123155d9c1523 to your computer and use it in GitHub Desktop.
cheat.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/bin/bash | |
| _help(){ | |
| curl -s -L cheat.sh/$@ | less -R | |
| } | |
| alias h='_help' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment