We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Accueil
Explorer
Aide
News
S'inscrire
Connexion
FrankMichler
/
ObjSim
DOI
10.12751/g-node.00fbef
Suivre
1
Voter
0
Fork
1
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
305d015bfd
Branches
Tags
master
ObjSim
/
scripts
/
mytksend
mytksend
103 B
Historique
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