5 行
94 B
Bash
可執行檔
5 行
94 B
Bash
可執行檔
#!/bin/bash
|
|
|
|
readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
|
|
|
|
${CURR_DIR}/builder/main.py $@ |