hipinis's picture
Add files using upload-large-folder tool
fb4956c verified
Raw
History Blame Contribute Delete
229 Bytes
#!/bin/bash
rm ~/.tmp/default/*.py > /dev/null 2>&1
python scanner.py ~/.tmp/default $*
cp extension-node-map.json node_db/new/.
echo "Integrity check"
if [ -f "check2.sh" ]; then
./check2.sh
else
./check.sh
fi