Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created July 30, 2011 02:43
Show Gist options
  • Save bmizerany/1115135 to your computer and use it in GitHub Desktop.
Save bmizerany/1115135 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
while ! [ -f all.sh ]
do cd ..
done
[ -f clean.sh ] &&
./clean.sh
./all.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment