diff simtool/main.c @ 123:b391204d3cd5

fc-simtool: add scripting facility in the form of exec command
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 28 Jan 2021 18:42:24 +0000
parents b57cf64ece29
children 6c4567dd8946
line wrap: on
line diff
--- a/simtool/main.c	Thu Jan 28 05:12:10 2021 +0000
+++ b/simtool/main.c	Thu Jan 28 18:42:24 2021 +0000
@@ -22,6 +22,6 @@
 		}
 		if (!fgets(command, sizeof command, stdin))
 			cmd_exit();
-		simtool_dispatch_cmd(command);
+		simtool_dispatch_cmd(command, 0);
 	}
 }