cd61a58 ^
1 2 3 4 5 6 7 8 9 10
#!/bin/sh set -eu . ./tup.config echo "Cleaning Project..." set -x rm -rf $CONFIG_BUILD_DIR set +x echo "Done."