(guile_TEXINFOS): Add tools.texi.
[bpt/guile.git] / doc / ref / scsh.texi
1 @page
2 @node The Scheme shell (scsh)
3 @chapter The Scheme shell (scsh)
4
5 An incomplete port of the Scheme shell (scsh) is available for Guile
6 as a separate package. The current status of guile-scsh can be found at
7 @url{http://arglist.com/guile/}.
8
9 For information about scsh see
10 @url{http://www-swiss.ai.mit.edu/ftpdir/scsh/}.
11
12 The closest emulation of scsh can be obtained by running:
13
14 @smalllisp
15 (load-from-path "scsh/init")
16 @end smalllisp
17
18 See the USAGE file supplied with guile-scsh for more details.