I’m trying to get this ~/Desktop/Tor/tor-browser_en-US/ && ./start-tor-browser to run as a .sh. I've tried over and over again to get it to work, what am I doing wrong?
#!/bin/bash
chmod +x file.command ~/Desktop/Tor/tor-browser_en-US/ && ./start-tor-browser
It has execute permissions and is saved as an .sh.