X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2FRunRootApp;h=a3d31abc16482475bb4625e7e6c0e236a45ffa20;hb=72a6cd13feb274ef597501c6959d62f1382b8f7c;hp=b66000c3a580545105a4e00f53e4148983b0aab3;hpb=11895b5cf184a9fc58b06a57dcb5ea285bc80ec1;p=tpg%2Facess2.git diff --git a/AcessNative/RunRootApp b/AcessNative/RunRootApp index b66000c3..a3d31abc 100755 --- a/AcessNative/RunRootApp +++ b/AcessNative/RunRootApp @@ -1,2 +1,7 @@ #!/bin/sh -./ld-acess --open /Devices/VTerm/0 --open /Devices/VTerm/0 --open /Devices/VTerm/0 $* + +# +# Spin up an application bound to VTerm 0 using ./ld-acess +# + +$DBG ./ld-acess --open /Devices/VTerm/0 --open /Devices/VTerm/0 --open /Devices/VTerm/0 $*