repo.or.cz
/
vde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Added unixcmd and libvdemgmt
[vde.git]
/
vde-2
/
doc
/
vdecmd
blob
06e90c4b91aa1642c252ec503dfeda9fb6554e48
1
STDSOCKET /var/run/vde.mgmt/mgmt
2
TIMEOUT 1000
3
1 IN ': ' 100
4
3 SEND '$*\n'
5
5 THROW
6
6 IN '\n' 100
7
7 IF '0000 DATA END WITH \'.\'' 10
8
8 IF '10' 20
9
9 GOTO 100
10
10 THROW
11
11 IN '\n' 100
12
12 IF '.\n' 5
13
13 COPY
14
14 GOTO 10
15
20 SKIP 2
16
21 SEND 'logout\n'
17
22 EXITATOI
18
100 EXIT -1