diff --git a/.bin/whoamip b/.bin/whoamip index c3d839c..a34d0a6 100755 --- a/.bin/whoamip +++ b/.bin/whoamip @@ -1,2 +1,2 @@ #!/usr/bin/env bash -ip addr show wlp3s0 | awk '/inet / {gsub(/\/.*/,"",$2); print $2}' +ip addr show wlan0 | awk '/inet / {gsub(/\/.*/,"",$2); print $2}'