In target port, this presents a dialog:
/usr/bin/make config

Instead via keyboard, I want to send key sequence to dialog(piped to STDIN of 
above cmd):
Down
Space
Down
Space
Enter

--
#!/bin/sh

echo 'CODE_HERE' | /usr/bin/make config
--


Domagoj Smolčić

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to