mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Wrapper for cmdelpoy to run it in activated virtualenv.
|
|
set -e
|
|
. venv/bin/activate
|
|
cmdeploy "$@"
|