Skip to content

Commit 8fd2c2b

Browse files
committed
Basics are done.
1 parent 906e872 commit 8fd2c2b

File tree

6 files changed

+1193
-0
lines changed

6 files changed

+1193
-0
lines changed

RUN ME.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
cd program-data
4+
echo Running program...
5+
python2 dosbox-gui.py
6+
echo Done!
7+
8+
echo Have a nice day!

0 commit comments

Comments
 (0)