8 lines
83 B
Bash
8 lines
83 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
export PYTHONDONTWRITEBYTECODE=1
|
|
|
|
python3 getJSON.py
|