I want to convert my existing C++ code into nocode code, how do I do this?
Sure you can. Try this: rm -r $PROJECT_DIR
rm -r $PROJECT_DIR
To be 100% sure i would update the script to sudo rm -rf $PROJECT_DIR
sudo rm -rf $PROJECT_DIR
Most helpful comment
Sure you can.
Try this:
rm -r $PROJECT_DIR