1 Star 6 Fork 2

cym504875043/WEB在线绘画板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
submit.sh 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
cym504875043 提交于 2022-10-27 22:02 . =>2022-10-27 22:02:38
#!/bin/bash
###
# @Author: 程英明
# @Date: 2022-03-04 14:26:50
# @LastEditTime: 2022-03-08 10:14:07
# @LastEditors: 程英明
# @Description:
# @FilePath: \api\submit.sh
# QQ:504875043@qq.com
###
time=$(date "+%Y-%m-%d %H:%M:%S")
git add .
git commit -m "$*=>$time"
i=0
info=()
for rsync in `cat ../apigiteeautouserinfo`
do
info[i]=$rsync
((i++))
done
expect -c "
spawn git push
expect {
\"Username\" { send \"${info[0]}\r\";}
}
expect {
\"Password\" { send \"${info[1]}\r\";}
}
expect eof"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/jike/tldraw.git
git@gitee.com:jike/tldraw.git
jike
tldraw
WEB在线绘画板
main

搜索帮助