mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
GOURCE_CMD_DIR=`dirname "$0"`
|
|
"$GOURCE_CMD_DIR/../gource.exe" "$@"
|