repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git]
/
visualtcl
/
vtcl
blob
2130ff28dc1b91bd0fa7239ed686e735dcccede6
1
#!/bin/sh
2
3
PATH_TO_WISH
=/
usr
/
bin
/
wish8.4
4
VTCL_HOME
=/
usr
/
shar
e
/
vtcl-1.6
.0
5
6
export
PATH_TO_WISH
7
export
VTCL_HOME
8
9
exec
${PATH_TO_WISH} ${VTCL_HOME}
/
vtcl.tcl $
*