# Lame installer for this micro bin kit... # curl http://wickedpsyched.net/iphone/install.sh > /tmp/install.sh ; sh /tmp/install.sh for i in 'find' 'tcsh' 'make' 'which' 'frcode' 'xargs' 'less' 'locate' \ 'rsync' 'sort' 'tput' 'updatedb' 'wget' 'zsh' do curl http://wickedpsyched.com/iphone/$i.gz | gzip -dc > /bin/$i ; chmod +x /bin/$i done # hacks to get stuff in the right place mkdir -p /usr/local/libexec ln -s /bin/frcode /usr/local/libexec/frcode ln -s /bin/sort /usr/bin/sort ln -s /bin/find /usr/local/bin/find mkdir -p /usr/local/var