summary refs log tree commit diff
path: root/link.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-14 20:11:42 -0400
committerJune McEnroe <june@causal.agency>2017-07-14 20:11:42 -0400
commit21a3db9c5100631a188d482e170e237ba28d7524 (patch)
treeb043e92f4f3b645cca6f26a77e2bb59e44caec76 /link.sh
parentMake pbd/pbcopy/pbpaste one binary with dispatch (diff)
downloadsrc-21a3db9c5100631a188d482e170e237ba28d7524.tar.gz
src-21a3db9c5100631a188d482e170e237ba28d7524.zip
Add just-about-functional dtch/atch
Diffstat (limited to 'link.sh')
-rwxr-xr-xlink.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/link.sh b/link.sh
index 8b4683bf..985b7e53 100755
--- a/link.sh
+++ b/link.sh
@@ -22,6 +22,7 @@ link() {
 }
 
 link '.bin/bri.c'
+link '.bin/dtch.c'
 link '.bin/jrp.c'
 link '.bin/pbd.c'
 link '.bin/xx.c'
nmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe