From cac861f9a8a61912bfe92fbf51fedf6e65d737e9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 1 Jan 2019 15:03:12 +0200 Subject: Add: scaffolding for yarns --- check | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 check (limited to 'check') diff --git a/check b/check new file mode 100755 index 0000000..420f433 --- /dev/null +++ b/check @@ -0,0 +1,7 @@ +#!/bin/sh + +set -eu + +yarn yarns/*.yarn \ + --shell python2 --shell-arg '' --shell-library yarns/lib.py \ + --cd-datadir "$@" -- cgit v1.2.1