Skip to content

Instantly share code, notes, and snippets.

@neowinx
Created February 15, 2017 22:10
Show Gist options
  • Save neowinx/c9b66593823df71969d59231e4cd534a to your computer and use it in GitHub Desktop.
Save neowinx/c9b66593823df71969d59231e4cd534a to your computer and use it in GitHub Desktop.
for i in 'activator' 'ivy2' 'sbt'; do wget -c "http://192.168.1.5/DEPOT/$i".zip; unzip $i.zip; cp -r home/neowinx/.$i $HOME; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment