#!/bin/sh if [ $# -lt 1 ]; then SYM="VENV" else SYM="$1" fi if [ ! -z $VES_ENV_NM ]; then printf "(%s %s)" $SYM $VES_ENV_NM fi