@@ -258,9 +258,23 @@ function init-video-contents {
cd"$1"
fi
touch README.md
#touch title.md
#touch desc.md
#touch tags.md
if[[ ! -s README.md ]];then
cat >> README.md <<- EOF
# title
# desc
# tags
EOF
fi
mkdir -pv raw
}
alias init-video="init-video-contents"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.