2026-06-26 17:32:36 +01:00
|
|
|
#!/usr/bin/env bash
|
2026-06-26 17:42:13 +01:00
|
|
|
|
|
|
|
|
# TODO: Ensure all positional parameters get copied in properly, regardless of how many there are. Always before --
|
|
|
|
|
|
|
|
|
|
EMU2_DRIVE_C=$HOME/.bin/psion-sibo-sdk EMU2_DRIVE_D=$(pwd) EMU2_DEFAULT_DRIVE=D $HOME/.bin/emu2 $HOME/.bin/psion-sibo-sdk/TS/SYS/TSC.EXE $1 $2 -- 'PATH=%PATH%;C:\DOS;C:\TS\INCLUDE;C:\TS\SYS;C:\TS\LIB;C:\SIBOSDK\SYS;'
|