This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/src/pyeo/test/run_tests.sh

7 lines
61 B
Bash
Executable file

#!/bin/sh
for i in *.py
do
python2 $i > /dev/null
done