You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Comrad/bin/komrade-cli

19 lines
350 B
Plaintext

4 years ago
##
# Run the command line app
##
4 years ago
export KOMRADE_SHOW_LOG=0
4 years ago
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
4 years ago
path=`realpath "$SCRIPTPATH/../komrade/cli/cli.py"`
pathvenv=`realpath "$SCRIPTPATH/../venv/bin/activate"`
source $pathvenv
4 years ago
python "$path" $*
4 years ago
4 years ago
4 years ago
#if command -v deactivate &> /dev/null
#then
# deactivate
#fi