Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b0c32d7c2019fef0d368c166d53eec5a > files > 366

soya-tutorial-0.15rc1-17.mga5.x86_64.rpm

#!/bin/bash

for tut in `ls *.py`; do {
	echo "Press <ENTER> to begin (<CTRL-C> to abort) :" $tut
	read
	python $tut
} done