File: runexamples.sh

package info (click to toggle)
pynormaliz 2.24%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: cpp: 2,402; python: 725; makefile: 11; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/usr/bin/env sh
set -e
for a in *.py; do
    echo "#################### $a ####################"
    python $a
done