Maybe this is more a shell question.
But with the exception of
http://wiki.tcl.tk/15088
I could not find barely any examples:
This works:
#!/bin/execlineb
define INPUT "ls"
execlineb -c $INPUT
What I am trying to write, is a minimal interpreter read-eval loop,
which gets its $INPUT from /dev/tty.
Thanks,
Vincent
Received on Sun Apr 16 2017 - 07:52:09 UTC