ops: Add mempool-update-repo script

This commit is contained in:
wiz 2024-08-06 18:30:11 -04:00
parent 15f10736e2
commit ef0ba9a77a
No known key found for this signature in database
GPG key ID: A394E332255A6173

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