🎉 Added OGRE 13.2

This commit is contained in:
2021-11-28 16:48:49 +00:00
parent 8c2d339585
commit 23b026d664
14 changed files with 36 additions and 93 deletions

4
tools/cpfd.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -eu
cp $1 $1.org

4
tools/diffo.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -eu
diff -u $1.org $1 > $1.diff