30733828f0f57b7d9efcaf0c20ab2fd8e3d9eb14
[bpt/coccinelle.git] / demos / launch.sh
1 #!/bin/sh
2
3 ARGS="-no_show_ctl_text -no_show_transinfo -no_parse_error_msg -no_show_misc -no_type_error_msg";
4
5 for i in *.c
6 do
7 ../spatch $ARGS -iso_file ../standard.iso -cocci_file ${i}occi $i
8 done