# | Line 1 | Line 1 | |
---|---|---|
1 | #!/bin/sh | |
2 | cd ../original | |
3 | if [ ! -e backupok.txt ] | |
4 | + | then |
5 | echo "Please back up your game content." | |
6 | cd ../demoni | |
7 | else | |
8 | cd ../../xdelta | |
9 | if [ ! -e xdelta3.exe ] | |
10 | + | then |
11 | echo "Couldn't find Xdelta3!" | |
12 | else | |
13 | echo "Xdelta3 detected!" |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |