summarylogtreecommitdiffstats
path: root/wrapper-stamp-telepresence.sh
blob: 31e85ff9625455874201794fbd66a761cd7c89ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/opt/telepresence/dumb-init /bin/sh

# wrap the virtualenv and extend $PATH to include telepresence

export VIRTUAL_ENV=/opt/telepresence/telepresence-venv
export PATH="${VIRTUAL_ENV}/bin:$PATH"


RUNME=stamp-telepresence


# pass args on
"${VIRTUAL_ENV}/bin/${RUNME}" $@