1 Star 1 Fork 0

thinkbase / PortableTrac

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
passwd.sh 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
trac-zh 提交于 2015-03-19 01:04 . The init version of tracd.sh
#! /bin/bash
set -o nounset
set -o errexit
source $(cd "$(dirname "$0")"; pwd)/bin/init-env.sh
PASS_FILE="$TRACENV/../protected/passwd"
USER=$1
PASS=$2
set -x
python $PORTABLE_HOME/bin/trac-digest.py -u $USER -p $PASS >> $PASS_FILE
set +x
Python
1
https://gitee.com/thinkbase/PortableTrac.git
git@gitee.com:thinkbase/PortableTrac.git
thinkbase
PortableTrac
PortableTrac
master

搜索帮助