morphologic
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

compile
text/x-shellscript

Download raw (48 bytes)

#!/bin/bash
for i in *.py; do python $i; done;