mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
更新diy命令参数识别
This commit is contained in:
+4
-1
@@ -46,7 +46,10 @@ rand(){
|
||||
function addnewcron {
|
||||
addname=""
|
||||
cd ${diyscriptsdir}/${author}_${repo}
|
||||
express=$(find . -name "*.js" | egrep $path)
|
||||
express=$(find . -name "*.js")
|
||||
if [ $path ];then
|
||||
express=$(find . -name "*.js" | egrep $path)
|
||||
fi
|
||||
if [ $blackword ];then
|
||||
express=$(find . -name "*.js" | egrep -v $blackword | egrep $path)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user