Browse Source

Add reset script. Beware it kills the pg data.

Steve Thielemann 5 years ago
parent
commit
d825da7923
1 changed files with 7 additions and 0 deletions
  1. 7 0
      reset.sh

+ 7 - 0
reset.sh

@@ -0,0 +1,7 @@
+#!/bin/bash
+
+sudo rm -rf pg_data
+mkdir pg_data
+sudo rm -rf redis
+mkdir redis
+