9 lines
64 B
Bash
Executable File

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