summaryrefslogtreecommitdiff
path: root/check
blob: f4c61672a36964f54ade315a7745213e64d1b54f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

yarn yarns/*.yarn \
     --shell python2 \
     --shell-arg '' \
     --shell-library yarns/lib.py \
     --cd-datadir \
     "$@"