File: Local.sh

package info (click to toggle)
tkrev 9.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,972 kB
  • sloc: tcl: 30,582; sh: 2,296; makefile: 22; csh: 14
file content (11 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Do these steps (sh)
# Or just source this file

# To make the dev directory locally runnable
# from this directory (the one containing Local.txt)
TCLROOT=`pwd`
export TCLROOT
alias tkrev=$TCLROOT/tkrev/tkrev.tcl
# Windows
#alias tkrev="wish85 $TCLROOT/tkrev/tkrev.tcl"