1 2 3 4 5 6 7
#!/bin/sh { if [ -z "$VPIN" ] then eval "$(sed '/^#/d')" 2>&1 else eval "$(sed '/^#/d')" 2>&1 <"$VPIN" fi } | sed 's/^/# /'