Skip to content

Instantly share code, notes, and snippets.

@hanynowsky
Forked from galak-fyyar/gist:5352289
Created April 24, 2014 09:43
Show Gist options
  • Save hanynowsky/11248515 to your computer and use it in GitHub Desktop.
Save hanynowsky/11248515 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo yum -y install js-devel
mkdir -p ~/bin
curl -L http://github.com/micha/jsawk/raw/master/jsawk > ~/bin/jsawk
chmod 755 ~/bin/jsawk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment