2011-10-03 00:56:18 +01:00

5 行
94 B
Bash
可执行文件

#!/bin/bash
readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
${CURR_DIR}/builder/main.py $@