1 Star 0 Fork 1

Error996/LittleProxy

forked from lvwen/LittleProxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tagRelease.bash 353 Bytes
一键复制 编辑 原始数据 按行查看 历史
afisk 提交于 2010-08-21 05:04 . Tweaked to check args
#!/usr/bin/env bash
ARGS=1 # One arg to script expected.
if [ $# -ne "$ARGS" ]
then
echo "Must include the version number"
exit 1
fi
RELEASE_VERSION=$1
svn copy "http://svn.littleshoot.org/svn/littleproxy/trunk" "http://svn.littleshoot.org/svn/littleproxy/tags/littleproxy-${RELEASE_VERSION}" -m "Tag for LittleProxy release ${RELEASE_VERSION}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Error996/LittleProxy.git
git@gitee.com:Error996/LittleProxy.git
Error996
LittleProxy
LittleProxy
master

搜索帮助