#!/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}" $@