Skip to content

Commit

Permalink
internet reverse reorder and keep unique (fixes #2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong committed Mar 26, 2021
1 parent 1ad021c commit 5135312
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/internet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ function internet {

# echo " INFO: $info"
# echo ""
# echo " IP: $ip"
# echo " ORG: $org"
# echo " COUNTRY: $country"
# echo " CITY: $city"
# echo " POSTAL: $postal"
# echo " TIMEZONE: $timezone"
echo " IP: $ip"
echo " ORG: $org"
echo " COUNTRY: $country"
echo " CITY: $city"
echo " POSTAL: $postal"
echo " TIMEZONE: $timezone"


echo "$ip"
Expand Down

0 comments on commit 5135312

Please sign in to comment.