Skip to content

Instantly share code, notes, and snippets.

@andreferraro
Created April 6, 2010 17:40
Show Gist options
  • Save andreferraro/357863 to your computer and use it in GitHub Desktop.
Save andreferraro/357863 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget -c http://www.famfamfam.com/lab/icons/silk/famfamfam_silk_icons_v013.zip
unzip famfamfam_silk_icons_v013.zip
rm readme.html
rm readme.txt
cd icons
mv * ../public/images/web-app-theme/
cd ..
rm -R icons
rm famfamfam_silk_icons_v013.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment