xch-blockchain/activated.sh

10 lines
155 B
Bash
Executable File

#!/bin/sh
set -o errexit
SCRIPT_DIRECTORY=$(cd -- "$(dirname -- "$0")"; pwd)
# shellcheck disable=SC1091
. "${SCRIPT_DIRECTORY}/venv/bin/activate"
"$@"