25 February 2008
at 20.29 UTC +0800
![]()
I needed some icons for a web projects today, and after googling for a simple hand cursor and several unsuccessful attempts to screen dump them, my friend Christoffer came up with a hardcore terminal script to steal all icons from, for instance, the Application folder on Mac OS X:
sudo find /Applications/ -iname *.ti*f -exec cp ‘{}’ /Users/yourusername/Desktop/icons \;
Now, all I needed were some simple icons, so I decided to put them in a png and a photoshop file for you!
Hardcore terminal script, eh? Your words, not mine.