Compare commits
2 commits
97a02f9e9d
...
c23c912789
Author | SHA1 | Date | |
---|---|---|---|
c23c912789 | |||
273ca322a3 |
2 changed files with 7 additions and 0 deletions
BIN
blender/30x20x18-wide-explode.blend
(Stored with Git LFS)
Normal file
BIN
blender/30x20x18-wide-explode.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
4
maze
Executable file
4
maze
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
cd "$(dirname "$(readlink -f "$0")")" || { echo "Error: Failed to cd to script directory" >&2; exit 1; };
|
||||
|
||||
exec lua main.lua "${@}";
|
Loading…
Reference in a new issue