mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/usr/bin/env bash
|
|
|
|
# pyth only takes filename and stdin
|
|
python3 "$PYTH_PATH"/pyth.py "$1"
|