From 5414d40c8d92b69fcd6987e896321bc25dedd4a7 Mon Sep 17 00:00:00 2001 From: Vince Darley Date: Thu, 1 Nov 2001 11:04:05 +0000 Subject: [PATCH] docs --- ChangeLog | 4 ++++ examples/simpleExamples.tcl | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0e6684a..1df126c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Vince Darley + * examples/simpleExamples.tcl: a demo + * doc/vfslib.n: some documentation on the 'library' code. + 2001-10-29 Vince Darley * win/makefile.vc: installation is better. * library/vfsUrl.tcl: improved urltype mounting. The following diff --git a/examples/simpleExamples.tcl b/examples/simpleExamples.tcl index abcc4df..127e4d9 100644 --- a/examples/simpleExamples.tcl +++ b/examples/simpleExamples.tcl @@ -1,3 +1,8 @@ +#!/bin/sh +#-*-tcl-*- +# the next line restarts using wish \ +exec tclsh "$0" ${1+"$@"} + catch {console show} puts "(pwd is '[pwd]', file volumes is '[file volumes]')" -- 2.23.0