Skip to content

Instantly share code, notes, and snippets.

@sachin-handiekar
Created March 15, 2016 13:12
Show Gist options
  • Save sachin-handiekar/e6126b56b5987d6d7850 to your computer and use it in GitHub Desktop.
Save sachin-handiekar/e6126b56b5987d6d7850 to your computer and use it in GitHub Desktop.
Sample script to install mpg123
#!/bin/sh
set -ex
tar -jxvf mpg123-1.23.2.tar.bz2
cd mpg123-1.23.2 && ./configure --prefix=/usr && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment