aboutsummaryrefslogtreecommitdiffstats
path: root/bin/dev_tools/recreate.sh
blob: 44010e164ff90e63225f548e021872398ae6061d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# SRTool helper script to redo the instance from scratch
# For example to test schema or processing changes

./stop.sh
rm ./srt.sqlite 2> /dev/null
#git pull
#git clean -f -d
./start.sh