Copy netbeans built file to desktop or some other folder where you want to run it
#!/bin/bash
# Copy built exe file to here
sudo cp /root/.netbeans/remote/192.168.1.104/my-Windows-x86_64/C/PROGRAMMING/GIT_LIVE_MASTER/Acme-MiscProject/misc_project .
# Run it
sudo ./misc_project
