#!/bin/bash
source $HOME/.gamerc

grep "${HOST_NAME}=>" ~/bin/mapping_list_for_hostname | awk -F"=>" '{print $2}'
