5 lines
82 B
Bash
5 lines
82 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cat input.txt | PYTHONPATH=../../../ python3 vis.py
|