🎉 Added OGRE 13.3.1

This commit is contained in:
2022-02-23 15:05:42 +00:00
committed by GitHub
parent e5a748ea11
commit 7b48ea6621
7 changed files with 44 additions and 1 deletions

4
tools/diffo Executable file
View File

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