Add option '--exec <command>' for running shell command

Runs shell command with I/O redirected to device.
This commit is contained in:
Martin Lund 2024-05-07 14:38:19 +02:00
parent 545d473220
commit e75e19eb00
9 changed files with 89 additions and 10 deletions

View file

@ -96,6 +96,7 @@ struct option_t
char *exclude_tids;
int hex_n_value;
bool vt100;
char *exec;
};
extern struct option_t option;