dosbox-x/git-push-to-github.sh
Jookia b3fa848f0f Replace '/bin/bash' with '/usr/bin/env bash' in shebangs
This should hopefully help portability with BSDs.
2022-12-12 17:52:27 +08:00

6 lines
242 B
Bash
Executable File

#!/usr/bin/env bash
git remote add github https://joncampbell123@github.com/joncampbell123/dosbox-x.git # might fail
git remote set-url github https://joncampbell123@github.com/joncampbell123/dosbox-x.git # might fail
git push github master