#!/bin/sh if [ $# -eq 0 ] then echo "Usage: $0 YOUR-MNT" exit fi BASE="$(realpath "$0")" BASE="$(dirname "$BASE")" cd "$BASE" || exit 1 utils/schema-check/dn42-schema.py scan data/ -m "$1"