Comparing fire9:master...robpike:master · fire9/script
Commits on Jun 5, 2020
-
script: change argument order to allow multi-word commands
Put the script name before the command so we can say script script-file command -flag arg to run "command -flag arg" using the script file. Also add the missing newline that prevented non-blank input lines to be executed correctly.