DEBSOURCES
Skip Quicknav
sources / python-leather / 0.4.0-1 / examples.sh
12345678
#!/bin/bash export PYTHONPATH="$PYTHONPATH:$(pwd)" for f in examples/*.py; do echo $f python $f done