mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
GOURCE_CMD_DIR=`dirname "$0"`
|
|
"$GOURCE_CMD_DIR/../gource.exe" "$@"
|