A game highly inspired by Rabi-Ribi being developed using a custom-developed Sig game engine from the ground up with a proper game studio!
RabiClone/Java/scripts/clean.sh

4 lines
113 B

3 years ago
#Cleans up and removes unused files.
#Java
find -type f -name *.class -delete
find -type f -name manifest -delete