instpkg cleanup
[cmdllinux.git] / scripts / _find_format_pattern#run.sh
blob8c24b39f94a90f5cfae941c2b6b029a7f070b26b
1 #contpatt="[\]$"
2 find /bin -type f -name "*.sh" | \
3 while read file; do
4 sh /bin/_find_file_section.sh -c -n -e -x "$file" "^[[:space:]]*if" "^[[:space:]]*fi"
5 done | sh /bin/_find_format_pattern.sh -x "echo" "sed"