6 lines
53 B
Bash
6 lines
53 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
clear
|
|
python3 ./main.py |