xref
: /
test
/
vts
/
script
/
target
/
vts_adapter.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
system
/
bin
/
sh
2
echo
"start $1 -p $2 $3 $4"
3
nohup
$
1
-p $
2
$
3
$
4
&>/
dev
/
null
&
4
echo
"done"
5