Created
August 11, 2015 01:46
-
-
Save whyvez/3b2c9862572926efe4bc to your computer and use it in GitHub Desktop.
Intall mawk
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
| #!/usr/bin/env bash | |
| wget http://invisible-island.net/datafiles/release/mawk.tar.gz | |
| tar -xzvf mawk.tar.gz | |
| cd mawk-1.3.4-20150503 | |
| ./configure | |
| make | |
| sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment