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
Watch
1
Star
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