1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh if [ $# -lt 1 ]; then sym="VENV" else sym="$1" fi if [ ! -z "$SHVES_ENV_NM" ]; then printf "(%s %s)" "$sym" "$VES_ENV_NM" fi