Get the permissions of the file
chmod +x example.bundle
Recommand to use this code to get full of the permissions. Because it will solve most of the problem like “Permission denied”
chmod 777 example.bundle
Open the file
sudo ./example.bundle
The End 🙂