mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-03-18 13:51:55 +01:00
7 lines
243 B
Bash
Executable File
7 lines
243 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gfind AliSmsService AppService MttvScreenService PowerPointService WebAppService WebIscmAppService -mindepth 2 -name struct.go -printf '%h\n' | egrep -v '/login/' | perl -pe 's#^(\w+)/(\w+)#./add.sh $1 $2#' > /tmp/z
|
|
|
|
bash /tmp/z
|
|
|