summarylogtreecommitdiffstats
path: root/wrapper-telepresence.sh
blob: bb625f81b9112be71dbb3afabe496eedfd90cddb (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=telepresence


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