summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-06 16:45:18 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-06 16:58:49 +0300
commit91cb8199e6e27648d675a4832391d00a4da22821 (patch)
tree7248cf9aaffb4f661db19886f7db81eb2f85f576 /check
parent0e3e5dd591c9d810ecb5a4d8f7aefdcab3ada9c0 (diff)
downloaddistix-91cb8199e6e27648d675a4832391d00a4da22821.tar.gz
Rewrite yarn IMPLEMENTS in Python
Diffstat (limited to 'check')
-rwxr-xr-xcheck10
1 files changed, 10 insertions, 0 deletions
diff --git a/check b/check
new file mode 100755
index 0000000..f4c6167
--- /dev/null
+++ b/check
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -eu
+
+yarn yarns/*.yarn \
+ --shell python2 \
+ --shell-arg '' \
+ --shell-library yarns/lib.py \
+ --cd-datadir \
+ "$@"