Skip to content
Snippets Groups Projects
build.sh 60 B
Newer Older
  • Learn to ignore specific revisions
  • #! bin/sh
    for n in `find . -name "*.py"`
    do
      python $n
    done