
How does one execute an .sh file set as executable in nemo.

Added in 27 minutes 4 seconds:
And why does this:
Code: Select all
dir2xzm /tmp/mod /tmp/$MOD.xzm && rm -rf /tmp/mod
echo
ls -sh /tmp/*.xzm
DIR () {
ls -lght --time-style long-iso $1 | awk '{print $5,$6,$4,$7}'
}
echo
echo Press Enter to copy /tmp/$MOD.xzm to $SYSTEM$TO, Ctrl+C to exit.
DIR /tmp/$MOD.xzm
Code: Select all
12K /tmp/mod.xzm
Press Enter to copy /tmp/mynemochanges.xzm to Optional/MyMods, Ctrl+C to exit.
ls: cannot access '/tmp/mynemochanges.xzm': No such file or directory
Added in 22 hours 28 minutes 36 seconds:
Executable scripts work in terminal window but not in nemo window. Entering bash as an Open with Other Application option does nothing, selecting Autorun Prompt yields:
"Error autorunning software
Cannot find the autorun program"