소스 검색

Added myip2

George Jones 1 년 전
부모
커밋
f7c5e18dee
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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