=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== iso-flags-svg-1.0.2/README.md-42- iso-flags-svg-1.0.2/README.md:43:* Country flags icon sheets - type ```$ make sheets```. iso-flags-svg-1.0.2/README.md-44- ############################################## iso-flags-svg-1.0.2/README.md-54- iso-flags-svg-1.0.2/README.md:55: ![example-xplanet-de](https://raw.github.com/joielechong/iso-country-flags-svg-collection/master/examples/example-xplanet-de.png) Notice: go to the [Wiki](https://github.com/joielechong/iso-country-flags-svg-collection/wiki/example-xplanet). for howto generate xplanet marker config files. Run the following command to generate all the xplanet marker config files: ```$ make xplanet```, a shortcut for the command: ```$ scripts/build.pl --cmd example xplanet --json iso-3166-1.json --out build --res 16x16 --lang all```. iso-flags-svg-1.0.2/README.md-56- ############################################## iso-flags-svg-1.0.2/build/make-zip.sh-5- for r in $(ls -d1 $d/res-*); do iso-flags-svg-1.0.2/build/make-zip.sh:6: cp -r $r zip/`echo $r | sed -e s#/#-#`; iso-flags-svg-1.0.2/build/make-zip.sh-7- cd zip iso-flags-svg-1.0.2/build/make-zip.sh:8: zip -r `echo $r | sed -e s#/#-#`.zip `echo $r | sed -e s#/#-#`; iso-flags-svg-1.0.2/build/make-zip.sh-9- cd .. iso-flags-svg-1.0.2/build/make-zip.sh:10: rm -r zip/`echo $r | sed -e s#/#-#`; iso-flags-svg-1.0.2/build/make-zip.sh-11- done; ############################################## iso-flags-svg-1.0.2/scripts/build.pl-677-# print STDERR " " . $actual_cmd . "\n"; iso-flags-svg-1.0.2/scripts/build.pl:678: cmd_exec($actual_cmd); iso-flags-svg-1.0.2/scripts/build.pl-679- } ############################################## iso-flags-svg-1.0.2/scripts/build.pl-840- if (defined $cmd) { iso-flags-svg-1.0.2/scripts/build.pl:841: my $out = `$cmd`; my $ret = ${^CHILD_ERROR_NATIVE}; iso-flags-svg-1.0.2/scripts/build.pl-842- ############################################## iso-flags-svg-1.0.2/scripts/sheets.sh-17- iso-flags-svg-1.0.2/scripts/sheets.sh:18: RES=`echo $res | sed s/^res-//g` iso-flags-svg-1.0.2/scripts/sheets.sh:19: RESX=`echo $RES | sed s/x.*$//g` iso-flags-svg-1.0.2/scripts/sheets.sh:20: RESY=`echo $RES | sed s/^.*x//g` iso-flags-svg-1.0.2/scripts/sheets.sh-21-