#!/bin/bash
monip () 
{ 
    curl ifconfig.me
}
monip "$@"
