I wrote a script in /ports/ called GianaSisters.sh
——————
#!/bin/bash
cd ~/RetroPie/ports/roms/gianasisters/
giana
————
When I run it it says:
GianaSisters.sh: 2: cd: can’t cd to /home/pi/RetroPie/ports/roms/gianasisters/
GianaSisters.sh: 3: GianaSisters.sh: giana: not found
I got the package from here:
http://www.gianas-return.de/
and renamed the executable to
giana
using chmod to provide the needed permissions.
It works via command line, but I can not get the script to work via Emulation Station. What could I be doing wrong?