Skip to content
Snippets Groups Projects
build.sh 61 B
Newer Older
  • Learn to ignore specific revisions
  • #! bin/sh
    for n in `find . -name "*.py"`
    do
    
    Felix Goding's avatar
    Felix Goding committed
      python3 $n