]> andersk Git - moira.git/commitdiff
take command line arguments as first command to execute
authormar <mar>
Mon, 9 Apr 1990 15:02:25 +0000 (15:02 +0000)
committermar <mar>
Mon, 9 Apr 1990 15:02:25 +0000 (15:02 +0000)
clients/mrtest/mrtest.c

index 31e879dd18447960891c242d91ab32172338875e..f970e99bac528d4aff9c61dc8c4956490dd2b122 100644 (file)
@@ -50,6 +50,10 @@ moira()
                com_err(whoami, status, "Unable to create invocation");
                exit(1);
        }
+       if (argc > 1) {
+           argv++;
+           ss_execute_command(ss, argv);
+       }
        ss_listen(ss, &status);
        if (status != 0) {
                com_err(whoami, status, 0);
This page took 0.037833 seconds and 5 git commands to generate.