#!/usr/bin/env sh

cat > run <<DOC
#!/usr/bin/env python3
import sys
import time
import random

print(sys.argv[1])
DOC

chmod +x run
