mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2026-06-02 22:26:45 +00:00
4 lines
96 B
Bash
4 lines
96 B
Bash
|
|
#!/bin/bash
|
||
|
|
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||
|
|
python ${DIR}/sdkbox.pyc "$@"
|