Spaces:
Running
on
L40S
Running
on
L40S
File size: 219 Bytes
4450790 |
1 2 3 4 5 6 7 8 9 10 11 |
#!/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 |