Posted to tcl by aspect at Mon Oct 10 14:20:26 GMT 2016view raw
- #!/bin/sh
- #wget -O sdx https://tclkit.googlecode.com/files/sdx-20110317.kit
- wget -O sdx http://equi4.com/pub/sk/sdx.kit
- wget -O kbskit-lin https://sourceforge.net/projects/kbskit/files/kbs/0.4.8/Linux_kbsvq8.6-bi/download
- wget -O kbskit-win https://sourceforge.net/projects/kbskit/files/kbs/0.4.8/WindowsNT64_kbsvq8.6-bi.exe/download
- cp kbskit-lin tclkit
- chmod +x tclkit
- mkdir tksh.vfs
- wget -O tksh.vfs/main.tcl https://chiselapp.com/user/aspect/repository/tcl-hacks/raw/modules/tksh-0.1.tm?name=c94db4a321fe6d1abf2c2c3f196c6ad30fa9cd1c
- ./tclkit sdx wrap tksh -runtime kbskit-win
- mv tksh tksh.exe
- ./tclkit sdx wrap tksh -runtime kbskit-lin
- chmod +x tksh
- ls -l tksh tksh.exe