CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2021/03/20 03:00:49
Modified files: usr.bin/mg : def.h main.c mg.1 tty.c ttyio.c Log message: Add a 'batch' mode to mg via the '-b' command line option which will initialise a pty, run the specified file of mg commands and then exit. This is to facilitate mg fitting into the OpenBSD regress test framework and be able to run via a cron job.