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 e3e956d commit 79e5dc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/internet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function internet {
timezone=$(echo $postal | grep -E '"(timezone)"')

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


echo "$ip"
Expand Down

0 comments on commit 79e5dc7

Please sign in to comment.