diff --git a/production/mempool-update-repo b/production/mempool-update-repo new file mode 100755 index 000000000..43fcc0c06 --- /dev/null +++ b/production/mempool-update-repo @@ -0,0 +1 @@ +cd ~/mempool && git pull origin master && cd ~/mempool.space && git stash && git pull origin master && git stash pop ; exit