diff options
Diffstat (limited to 'lib/repl.tes')
-rwxr-xr-x[-rw-r--r--] | lib/repl.tes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/repl.tes b/lib/repl.tes index 9cfa8c0..b830e8b 100644..100755 --- a/lib/repl.tes +++ b/lib/repl.tes @@ -1,10 +1,11 @@ +#!/usr/local/bin/sciteco -m !* * This is a stand-alone script that mimics * classic TECO command lines. * Requires an ANSI-compatible terminal. * * Currently, you must set the terminal characteristics on the outside: - * stty raw opost icrnl && sciteco -m repl.tes + * stty raw opost icrnl && /usr/local/share/sciteco/lib/repl.tes * * You can launch into interactive mode by typing -u#ex * |