mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
git remote add github https://github.com/joncampbell123/dosbox-x.git
|
|
git push -u github master
|
|
|