mirror of
https://github.com/minexew/Shrine.git
synced 2026-05-26 18:10:58 +00:00
8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
PURE_DIR=../TempleOS/TempleOSCD
|
|
|
|
FLAGS="-u"
|
|
|
|
diff $FLAGS "$PURE_DIR/Misc/OSInstall.HC" "AutoOSInstall.HC" >AutoOSInstall.diff
|