Skip to content
Snippets Groups Projects

F safe inttest

Merged Henrik tom Wörden requested to merge f-safe-inttest into dev
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
#!/bin/bash
if [ $1 != "-force" ]
then
echo "Warning: for these tests, the whole database is deleted. Do you want to proceed? (yes/exit)"
read safety
if [ $safety != "yes" ]
then
echo "Exiting..."
exit 0
fi
fi
OUT=/tmp/crawler.output
ls
cat pycaosdb.ini
Loading