Changeset 667 for trunk


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

# on 2003/04/10 21:58:31, toby did:
change startup section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lstview

    • Property rcs:date changed from 2002/10/31 17:26:56 to 2003/04/10 21:58:31
    • Property rcs:lines changed from +28 -17 to +10 -3
    • Property rcs:rev changed from 1.11 to 1.12
    r658 r667  
    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.