#/bin/sh # Check if the binary exists. # if [ -f "lib/libluajit.a" ]; then # exit 0 # fi if [ ! -d lib/temp ]; then mkdir -p lib/temp fi ...
確定! 回上一頁