mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-14 06:51:08 +00:00
8 lines
189 B
Bash
Executable File
8 lines
189 B
Bash
Executable File
#!/bin/bash -l
|
|
|
|
COCOS_CONSOLE_BIN_DIRECTORY=$(dirname "$0")
|
|
COCOS_CONSOLE_BIN_DIRECTORY=$(cd "$COCOS_CONSOLE_BIN_DIRECTORY" && pwd -P)
|
|
|
|
python "$COCOS_CONSOLE_BIN_DIRECTORY/cocos.py" "$@"
|
|
|