aboutsummaryrefslogtreecommitdiff
path: root/cfg/jobs/acl2-theorems.run
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-07-31 22:49:47 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-07-31 22:49:47 +0900
commit3040e3a9e8c910a17e7d1fc0d3367cee2fcca3d2 (patch)
treee2694105252377dbcded36b80784249d4f06fb4a /cfg/jobs/acl2-theorems.run
parenta3519846778642ae7c275f09b736123744662c92 (diff)
Remvoe cfg directory.
Diffstat (limited to 'cfg/jobs/acl2-theorems.run')
-rwxr-xr-xcfg/jobs/acl2-theorems.run5
1 files changed, 0 insertions, 5 deletions
diff --git a/cfg/jobs/acl2-theorems.run b/cfg/jobs/acl2-theorems.run
deleted file mode 100755
index 9df1723..0000000
--- a/cfg/jobs/acl2-theorems.run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-for path in $(find -type f -name '*.lisp'); do
- laminarc run acl2-verify path="$path"
-done