Skip to content

Instantly share code, notes, and snippets.

@lucymhdavies
Last active February 21, 2020 15: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 lucymhdavies/db620c6c194c6d5d95528ed470ecb0c2 to your computer and use it in GitHub Desktop.
Save lucymhdavies/db620c6c194c6d5d95528ed470ecb0c2 to your computer and use it in GitHub Desktop.
For when your computer just doesn't want to listen to you anymore...
#!/bin/bash
# Usage:
# source <(curl -L https://straw.be/nope.sh)
for c in $(\compgen -A function -abck); do \eval "\alias $c='\echo NOPE #'"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment