Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- mkdir -p /boot/home/games/dRally
- cp -r /boot/system/bin/dRally /boot/home/games/dRally/
- cd /boot/home/games/dRally
- if [ ! -f /boot/home/games/dRally/TR0.BPA ]; then
- wget https://image.dosgamesarchive.com/games/DeathRallyWin_10.zip
- 7z e -o/boot/home/games/dRally DeathRallyWin_10.zip
- rm DeathRallyWin_10.zip
- 7z e -o/boot/home/games/dRally DeathRallyWin_10.exe -y
- rm DeathRallyWin_10.exe
- mkdir CINEM && mv ENDANI* CINEM && mv SANIM* CINEM
- echo "./CINEM" &> CDROM.INI
- fi
- ./dRally
- cd $HOME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement