Skip to content

Instantly share code, notes, and snippets.

@Uko
Forked from tinchodias/imageget
Last active December 12, 2015 07:38
Show Gist options
  • Save Uko/4737812 to your computer and use it in GitHub Desktop.
Save Uko/4737812 to your computer and use it in GitHub Desktop.
Unarchives into pharo2 dir
#!/bin/bash
# DOWNLOAD THE LATEST IMAGE ===================================================
IMAGE_URL="http://pharo.gforge.inria.fr/ci/image/20/latest.zip"
wget --progress=bar:force --output-document=image.zip $IMAGE_URL
unzip -qo image.zip -d pharo2
rm -rf image.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment