GoSungrow/iSolarCloud/add_all.sh
2022-02-23 22:02:35 +11:00

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