Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

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