Add scripts/cmdeploy

This commit is contained in:
link2xt
2023-12-12 20:27:16 +00:00
parent a2a78c0aff
commit 507bbd51d3
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 "$@"