I have been trying to fix this simple mistake, I am trying to execute a simple command that will take me to my local NAS via CLI. Instead of typing the whole path each time I added the path to a .sh file, after I execute it nothing happens.
Permission are fine.
#!/bin/bash
cd /run/user/1000/gvfs/smb-share:server=pinas.local,share=public
Thanks in advance!