Update 'data/dns/ripnet.dn42'

This commit is contained in:
doqk 2018-02-24 17:26:34 +00:00 committed by Lakota Norberg
parent f50aa580fa
commit 2605a12260
No known key found for this signature in database
GPG key ID: FE79C028E0B4E8CE
6862 changed files with 0 additions and 52457 deletions

View file

@ -1,12 +0,0 @@
#!/bin/sh
if [ "$#" -eq "0" ]
then
echo "Usage: $0 YOUR-MNT"
exit
fi
BASE="$(readlink -f "$0" 2>/dev/null || python -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "$0")"
BASE="$(dirname "$BASE")"
grep -lr $1 $BASE/data/ | while read line; do utils/schema-check/dn42-schema.py fmt -i $line; done