ops: Add mempool-update-repo script

This commit is contained in:
wiz
2024-08-06 18:30:11 -04:00
parent 15f10736e2
commit ef0ba9a77a

1
production/mempool-update-repo Executable file
View File

@@ -0,0 +1 @@
cd ~/mempool && git pull origin master && cd ~/mempool.space && git stash && git pull origin master && git stash pop ; exit