Changeset 851


Ignore:
Timestamp:
Dec 4, 2009 5:13:08 PM (14 years ago)
Author:
toby
Message:

# on 2005/09/12 23:35:50, toby did:
add package require code & new heading to remind me this is an executable script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dumpexp.tcl

    • Property rcs:date changed from 2003/05/22 21:46:50 to 2005/09/12 23:35:50
    • Property rcs:lines changed from +10 -4 to +12 -0
    • Property rcs:rev changed from 1.4 to 1.5
    r703 r851  
     1#!/bin/sh
     2# the next line restarts this script using wish found in the path\
     3exec wish "$0" "$@"
     4# If this does not work, change the #!/usr/bin/wish line below
     5# to reflect the actual wish location and delete all preceeding lines
     6#
     7# (delete here and above)
     8#!/usr/bin/wish
     9# $Id$
     10
     11package require Tk
     12
    113if {[llength $argv] != 1} {
    214    wm withdraw .
Note: See TracChangeset for help on using the changeset viewer.