Skip to content

Instantly share code, notes, and snippets.

@miketaylr
Created January 30, 2014 18:49
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 miketaylr/8715961 to your computer and use it in GitHub Desktop.
Save miketaylr/8715961 to your computer and use it in GitHub Desktop.
lol @ error-handling
# Beautify contents of clipboard and create .js file
# on Desktop with name of argument
# (requires global uglifyjs installation)
barf () {
echo "Barfing $1.js to Desktop"
pbpaste | uglifyjs -b - > ~/Desktop/$1.js
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment