6 lines
67 B
Bash
Executable file
6 lines
67 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
python3 run.py
|