tdlight-java-natives/scripts/clean-all.sh

9 lines
61 B
Bash
Executable File

#!/bin/bash -e
cd ../
rm -r generated
echo "Done."
exit 0