We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Esplora
Aiuto
News
Registrati
Accedi
doi
/
ObjSim
forkato da
FrankMichler/ObjSim
DOI
10.12751/g-node.00fbef
Segui
1
Vota
0
Forka
0
File
Albero (Tree):
987f54a712
Rami (Branch)
Tag
master
10.12751/g-node.00fbef
ObjSim
/
scripts
/
mytksend
mytksend
103 B
Cronologia
Download
1
2
3
4
5
6
7
#!/usr/bin/wish
if {[llength $argv] > 1} {
send -async [lindex $argv 0] [lrange $argv 1 end]
}
exit