Add scripts/cmdeploy

This commit is contained in:
link2xt
2023-12-12 20:27:16 +00:00
committed by holger krekel
parent cf95dfd49d
commit dde879c7fc
2 changed files with 14 additions and 9 deletions

6
scripts/cmdeploy Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
#
# Wrapper for cmdelpoy to run it in activated virtualenv.
set -e
. venv/bin/activate
cmdeploy "$@"