1
mirror of https://git.dn42.dev/dn42/registry.git synced 2024-12-25 23:43:44 +01:00

add check-my-stuff script

This commit is contained in:
xuu 2017-10-25 14:08:23 -06:00
parent 13dc413815
commit 635c4a322b

13
check-my-stuff Executable file
View File

@ -0,0 +1,13 @@
#!/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