We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
首頁
探索
說明
News
註冊
登入
doi
/
ObjSim
派生自
FrankMichler/ObjSim
DOI
10.12751/g-node.00fbef
關注
1
讚好
0
複刻
0
檔案
目錄樹:
987f54a712
分支列表
標籤列表
master
10.12751/g-node.00fbef
ObjSim
/
scripts
/
mytksend
mytksend
103 B
文件歷史
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