ops: add mempool-reset-all script with ./reset symlink

This commit is contained in:
wiz
2023-01-08 13:05:50 +09:00
parent 19ef45e6ed
commit 8063b82f80
2 changed files with 4 additions and 0 deletions

3
production/mempool-reset-all Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env zsh
rm $HOME/backend/mempool-config.json{,.orig}
rm $HOME/frontend/mempool-frontend-config.json{,.orig}