Created
June 29, 2020 20:08
-
-
Save changhuixu/6f671601ff20d2eb828fde4e104ea5fc 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
curl http://timelessname.com/elfbin/helloworld.tar.gz --output helloworld.tar.gz | |
mkdir helloworld | |
tar -xvf helloworld.tar.gz -C ./helloworld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment