Skip to content

Instantly share code, notes, and snippets.

@galak-fyyar
Last active December 16, 2015 01:08
Show Gist options
  • Save galak-fyyar/5352289 to your computer and use it in GitHub Desktop.
Save galak-fyyar/5352289 to your computer and use it in GitHub Desktop.
Install JSAwk to CentOS box
#!/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