summaryrefslogtreecommitdiff
path: root/DOOM/run
blob: 074c8145bdd0c6c904de1d3b8ffac3fd9869b1a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

export dir=$(pwd)

(cat <<"EOF"
@echo off
mount c $dir
C:\
cd DOOMS
DOOM
exit
EOF
) > run.bat
(sleep 2; rm run.bat) &
dosbox run.bat &