]>
git.saurik.com Git - cycript.git/blob - Filter.sh
5 while IFS
= read -r line
; do
6 if [[ ${line} = @begin
* ]]; then
9 for name
in "${filters[@]}"; do
11 if [[ ${name} == ${side} ]]; then
16 elif [[ ${line} = @end
]]; then
18 elif [[ -z ${filter+@} ]]; then