require

gip.sh

#!/usr/bin/env bash
## グローバルIP確認
gip(){
  curl ifconfig.io
}