Last active
April 26, 2018 03:08
-
-
Save adrianparvino/8667b71812b7b4697e469e311cbb96e4 to your computer and use it in GitHub Desktop.
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
wget "https://git.zv.io/r/hlibc/-/archive/$1/hlibc-$1.tar" | |
untar "hlibc-$1.tar" | |
cd "hlibc-$1" | |
make gcctest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
command="if [ -z ${SSH_ORIGINAL_COMMAND+x} ]; then exit; else bash ./bin/build.sh $SSH_ORIGINAL_COMMAND; fi"