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

9 lines
64 B
Bash
Executable File

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