Posted to tcl by aspect at Mon Oct 10 14:20:26 GMT 2016view raw

  1. #!/bin/sh
  2. #wget -O sdx https://tclkit.googlecode.com/files/sdx-20110317.kit
  3.  
  4. wget -O sdx http://equi4.com/pub/sk/sdx.kit
  5. wget -O kbskit-lin https://sourceforge.net/projects/kbskit/files/kbs/0.4.8/Linux_kbsvq8.6-bi/download
  6. wget -O kbskit-win https://sourceforge.net/projects/kbskit/files/kbs/0.4.8/WindowsNT64_kbsvq8.6-bi.exe/download
  7.  
  8. cp kbskit-lin tclkit
  9. chmod +x tclkit
  10.  
  11. mkdir tksh.vfs
  12. wget -O tksh.vfs/main.tcl https://chiselapp.com/user/aspect/repository/tcl-hacks/raw/modules/tksh-0.1.tm?name=c94db4a321fe6d1abf2c2c3f196c6ad30fa9cd1c
  13.  
  14. ./tclkit sdx wrap tksh -runtime kbskit-win
  15. mv tksh tksh.exe
  16.  
  17. ./tclkit sdx wrap tksh -runtime kbskit-lin
  18. chmod +x tksh
  19.  
  20. ls -l tksh tksh.exe
  21.