added get public ip script

This commit is contained in:
2022-12-14 14:46:19 +01:00
parent 268e8379b9
commit bfed3b3357
+3
View File
@@ -0,0 +1,3 @@
function get_public_ip(){
curl icanhazip.com
}