#!/bin/sh strip "CubesAndSpheres.app/Contents/MacOS/CubesAndSpheres" tar cjf "CubesAndSpheres.tar.bz2" "CubesAndSpheres.app" && scp "CubesAndSpheres.tar.bz2" keith@onesadcookie.com:Sites/ echo 'http://onesadcookie.com/~keith/CubesAndSpheres.tar.bz2' | pbcopy