Assorted shell and Python scripts

Use system python3 interpreter

Changed files
+1 -1
+1 -1
myip
···
-
#!/usr/bin/env python3
"""
myip - Fetch and display public IP information from ipinfo.io
···
+
#!/usr/bin/python3
"""
myip - Fetch and display public IP information from ipinfo.io