diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:04:01 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:04:01 +0900 |
commit | 737a6cc793b8c781a7be09b4436cb66738676146 (patch) | |
tree | 69a92edc83a6c5d772a1ab80aa06b113d15e4ff8 | |
parent | 7556db0df35c8100ec0c2810b857247ee2ab29df (diff) |
Use `start` command.
-rwxr-xr-x | jobs/acl2-theorems.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index 9df1723..e934efd 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -1,5 +1,5 @@ #!/bin/sh for path in $(find -type f -name '*.lisp'); do - laminarc run acl2-verify path="$path" + laminarc start acl2-verify path="$path" done |