org-rw/extra-tests/check_all.sh
Sergio Martínez Portela bb24f9495e Rename to org-rw.
2020-12-20 13:03:51 +01:00

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 .