Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Last active April 26, 2018 03:08
Show Gist options
  • Save adrianparvino/8667b71812b7b4697e469e311cbb96e4 to your computer and use it in GitHub Desktop.
Save adrianparvino/8667b71812b7b4697e469e311cbb96e4 to your computer and use it in GitHub Desktop.
wget "https://git.zv.io/r/hlibc/-/archive/$1/hlibc-$1.tar"
untar "hlibc-$1.tar"
cd "hlibc-$1"
make gcctest
@adrianparvino
Copy link
Author

adrianparvino commented Apr 26, 2018

command="if [ -z ${SSH_ORIGINAL_COMMAND+x} ]; then exit; else bash ./bin/build.sh $SSH_ORIGINAL_COMMAND; fi"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment