#!/bin/sh if [ $# -ne 2 ] then echo "$0 " else echo "Making config ..." echo "CONFIG FILE: $1" echo PORT: $2 cat > $1 <