SNEAKY wrote to PAULIE420 <=-
[[menuitem]]
command = "RUNDOOR"
data = "//home//ian//talisman//doors//bbslist//bbslist"
hotkey = "1"
#!/bin/bash
cd //home//ian//Talisman//doors//BBSList
./BBSList.linux.x86_64 -D $1
#!/bin/bash
cd //home//ian//Talisman//doors//BBSList
./BBSList.linux.x86_64 -D $1
For your shell script on raspberry pi you want to use the arm binary
Something like
#!/bin/bash
cd /home/ian/Talisman/doors/BBSList
./BBSList.linux.arm32 -D $1
then save it as bbslist.sh and make sure the file is executable by
chmod +x bbslist.sh
for the menuitem, change the data to point to the sh script, and
you should be good to go.
Note: for / you don't need double, that's only for \
As for windows, I'm not really sure what's going on. I don't think
it works in local mode, but it should (I think) work connecting to
the BBS locally. It looks like you're doing everything right.
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 91 |
Nodes: | 16 (0 / 16) |
Uptime: | 07:42:17 |
Calls: | 4,903 |
Calls today: | 4 |
Files: | 8,491 |
Messages: | 350,503 |
Posted today: | 1 |