From: Vince Darley Date: Thu, 1 Nov 2001 11:04:05 +0000 (+0000) Subject: docs X-Git-Tag: vfs-1-2~98 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=5414d40c8d92b69fcd6987e896321bc25dedd4a7;p=tclvfs docs --- 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]')"