Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 120

coccinelle-examples-1.0.7-2.mga7.i586.rpm

#! /bin/sh

ARGS="-no_show_ctl_text -no_show_transinfo -no_parse_error_msg -no_show_misc -no_type_error_msg";

for i in *.c
do
 ../spatch $ARGS -iso_file ../standard.iso -cocci_file ${i}occi $i
done