sparrow-data-itn / cli /sparrowdata
ITNovaML's picture
Upload 3 files
3d2a3a3
raw
history blame contribute delete
204 Bytes
#!/bin/bash
command -v python3 >/dev/null 2>&1 || { echo >&2 "Python 3 is required but it's not installed. Aborting."; exit 1; }
PYTHON_SCRIPT_PATH="sparrowdata.py"
python3 "${PYTHON_SCRIPT_PATH}" "$@"