#!/bin/bash
#
SERVER="einstein"
./fw-$SERVER-forward >fw-$SERVER
scp fw-$SERVER root@$SERVER:/root/fw/fw-$SERVER

