repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git]
/
scgraph
/
GServer.sc
blob
5b08a82c35c383eda05fd5e6030557b44c53a16c
1
GServer : Server {
2
3
var <>cmdArgs = "";
4
5
start{
6
("scgraph"+cmdArgs).unixCmd;
7
8
}
9
10
}