Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7562 pavelyakov 1
#!/bin/bash
2
for file in `find ./ -type f -name "*.c"`
3
do
4
   cmm $file;
5
done