#!/bin/bash

function saverc {

    echo -e USR="'"${USR:=$USER}"'" > $RCFILE
    echo -e RHOST="'"${RHOST:=`hostname`}"'" >> $RCFILE

}
