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ć _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

