mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 11:15:47 +08:00
begin SDL2 port work, first by adding script to refer to other
repository
This commit is contained in:
parent
037f0f4167
commit
e3d5290a95
6
git-setup-sdl2-work.sh
Executable file
6
git-setup-sdl2-work.sh
Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user