diff --git a/.scripts/get_ip b/.scripts/get_ip new file mode 100644 index 0000000..2c49db7 --- /dev/null +++ b/.scripts/get_ip @@ -0,0 +1,3 @@ +function get_public_ip(){ + curl icanhazip.com +}