George Jones il y a 1 an
Parent
commit
f7c5e18dee
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      bin/myip2

+ 4 - 0
bin/myip2

@@ -0,0 +1,4 @@
+#! /bin/bash
+# Get my public IP from ifconfig.me
+
+curl ifconfig.me 2>&1 | cat | tail -1 && echo