about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-30 12:11:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-30 12:11:47 -0700
commit1de8526e0c264974523c3c8043ee55965d507902 (patch)
tree4a0b872ec529f19b41d41ebc404330f0994252ad
parenta69248b284be8a8cf8657455aa1b3b726aacb6d9 (diff)
downloadmu-1de8526e0c264974523c3c8043ee55965d507902.tar.gz
.
-rwxr-xr-xtools/update_signatures1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/update_signatures b/tools/update_signatures
new file mode 100755
index 00000000..4142c835
--- /dev/null
+++ b/tools/update_signatures
@@ -0,0 +1 @@
+grep -h '^sig \|^fn ' [0-9]*.mu |grep -v 'fn test-' |sed 's/^fn /sig /' |sed 's/ {$//' > signatures.mu