diff --git a/.bin/whoamip b/.bin/whoamip deleted file mode 100755 index 4181daa..0000000 --- a/.bin/whoamip +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -# Get local IP - -ip addr show $@ | awk '/inet / {gsub(/\/.*/,"",$2); print $2}' | tail -n 1