#!/bin/bash PIPE="/var/run/vpnd.sock" [ -p $PIPE ] && echo "$@" > $PIPE && cat < $PIPE