openra with extra mods

This commit is contained in:
Matthijs Steen
2019-01-09 20:57:29 +01:00
parent de6d70f52e
commit 1ae7384ddb
11 changed files with 795 additions and 69 deletions
+4
View File
@@ -0,0 +1,4 @@
mkdirp() {
mkdir -p "$@"
echo "$@"
}