Changeset 671


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

# on 2003/04/10 22:12:18, toby did:
change header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/widplt

    • Property rcs:date changed from 2002/10/31 17:32:06 to 2003/04/10 22:12:18
    • Property rcs:lines changed from +23 -13 to +10 -3
    • Property rcs:rev changed from 1.12 to 1.13
    r661 r671  
    1 #!/usr/local/bin/wish
     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
    29# $Id$
    310set Revision {$Revision$ $Date$}
Note: See TracChangeset for help on using the changeset viewer.