Kernel/VTerm - "Fix" wrapping issue in VTerm (why was old behavior there?)
[tpg/acess2.git] / AcessNative / RunTest
1 #!/bin/sh
2 #
3 # Runs the AcessNative kernel and spawns a native executable using ./ld-acess
4 #
5 trap '' 2
6 #$1 ./AcessKernel --rootapp /Acess/SBin/login
7 $1 ./AcessKernel --rootapp /Acess/Apps/AxWin/3.0/AxWinWM
8 trap 2
9 killall ld-acess

UCC git Repository :: git.ucc.asn.au