Created tools dir for simple scripts

This commit is contained in:
Jon Dossey
2018-06-21 12:30:32 -05:00
parent b76e125cd4
commit 164ab9f4d8
13 changed files with 17 additions and 16 deletions

3
.tools/get_public_ip.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
dig +short myip.opendns.com @resolver1.opendns.com;