1 Star 0 Fork 0

怕万一错了/sparrow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kihong 提交于 2017-04-02 09:22 . Initial commit
#!/bin/sh
rm -f setup.data
# OASIS_START
# DO NOT EDIT (digest: dc86c2ad450f91ca10c931b6045d0499)
set -e
FST=true
for i in "$@"; do
if $FST; then
set --
FST=false
fi
case $i in
--*=*)
ARG=${i%%=*}
VAL=${i##*=}
set -- "$@" "$ARG" "$VAL"
;;
*)
set -- "$@" "$i"
;;
esac
done
ocaml setup.ml -configure "$@"
# OASIS_STOP
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qq_connect-EA0/sparrow.git
[email protected]:qq_connect-EA0/sparrow.git
qq_connect-EA0
sparrow
sparrow
master

搜索帮助