Last active
August 29, 2015 14:08
-
-
Save Hydrotoast/9123d6ac53342f94a489 to your computer and use it in GitHub Desktop.
This file contains 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 | |
# Ensure that your CWD is your project root | |
wget https://pypi.python.org/packages/source/s/simpy/simpy-3.0.5.tar.gz#md5=19262488f1b0e6b77556820dd2b42d67 | |
tar xzf simpy-*.tar.gz | |
mv simpy-*/simpy . | |
# Cleanup deployment artifacts | |
rm simpy-*.tar.gz | |
rm -rf simpy-* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment