Files
ha_ecovacs_bumper/sucks.sh
T
2022-12-13 17:03:13 -05:00

12 lines
248 B
Bash

#!/bin/bash
#
# A command-line script for running the cli if
# you haven't installed it using pip. Mainly
# useful for developers, I think.
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}
pipenv run -- python -m sucks.cli "$@"