URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [expect/] [example/] [unbuffer] - Rev 1776
Go to most recent revision | Compare with Previous | Blame | View Log
#!../expect --
# Description: unbuffer stdout of a program
# Author: Don Libes, NIST
eval spawn -noecho $argv
set timeout -1
expect
Go to most recent revision | Compare with Previous | Blame | View Log