Subversion Repositories Kolibri OS

Rev

Rev 7560 | Blame | Compare with Previous | 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