摘要:
#!/bin/bash git_host="https://github.com" tmp_log="tmp_repos.log" function gitclone() { username=$1 if [ ! -d $username ];then mkdir -p $username fi c 阅读全文
posted @ 2021-07-11 14:43
kuikuitage
阅读(636)
评论(0)
推荐(0)
浙公网安备 33010602011771号