1
mirror of https://git.dn42.dev/dn42/registry.git synced 2024-12-25 23:43:44 +01:00
registry/check-my-stuff
2017-10-25 14:10:11 -06:00

14 lines
180 B
Bash
Executable File

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