org-rw/extra-tests/check_all.sh

13 lines
187 B
Bash

#!/bin/sh
set -eu
# Get to the script's directory
cd "`dirname $0`"
# Update the extra submodules
git submodule update --init --recursive .
# Run all checks
python3 org_rw_check.py .