dot_testing/builds/rebuild/git-rebuild

11 lines
101 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
# make sure we're in dot_testing
cd ~/dot_testing
git pull
git stash
git rebase
rebuild