begin SDL2 port work, first by adding script to refer to other

repository
This commit is contained in:
Jonathan Campbell 2016-10-29 23:55:18 -07:00
parent 037f0f4167
commit e3d5290a95

6
git-setup-sdl2-work.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
url="https://github.com/wcp16/dosbox-xe.git"
branch="dosbox-sdl2-upstream"
git remote add "$branch" "$url" || git remote set-url "$branch" "$url" || exit 1
git fetch "$branch" || exit 1