Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created August 10, 2011 09:31
Show Gist options
  • Save bmizerany/1136450 to your computer and use it in GitHub Desktop.
Save bmizerany/1136450 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
while ! [ -f all.sh ] && [ "$PWD" != "/" ]
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