git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/ld-acess - Clean up loadlib.c, improved debug
[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