Posted to tcl by groton at Sun Jun 28 16:49:31 GMT 2020view raw

  1. #!/bin/sh
  2. # Tcl ignores the next line -*- tcl -*- \
  3. exec /usr/local/opt/tcl-tk/bin/wish "$0" -- "$@"
  4.  
  5. # Copyright © 2005-2016 Paul Mackerras. All rights reserved.
  6. # This program is free software; it may be used, copied, modified
  7. # and distributed under the terms of the GNU General Public Licence,
  8. # either version 2, or (at your option) any later version.
  9.  
  10. #FROM https://wiki.tcl-lang.org/page/etprof
  11. #source /Users/luca/github/gitk-profile/etprof.tcl
  12. source /System/Library/Tcl/tkcon2.6/tkcon.tcl
  13.  
  14. package require Tk
  15. package require tkcon
  16. idebug on
  17.