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 851c57a commit e3e956d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/internet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ function internet {
postal=$(echo $postal | grep -E '"(postal)"')
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 "$ip"
echo "$org"
if [ -z $postal ]; then
Expand Down

0 comments on commit e3e956d

Please sign in to comment.