diff options
author | Julian Teu <julianteule@gmail.com> | 2018-04-10 18:07:28 +0200 |
---|---|---|
committer | Julian Teu <julianteule@gmail.com> | 2018-04-10 18:07:28 +0200 |
commit | 3e00fc23117a6fbb91d5ca09602f8006c3f2365a (patch) | |
tree | 4e3f2288424a5c09e9815eff04719f620cd7b321 /Conky/getInternalIp.sh | |
parent | a3443fca6351cbe9ecbbe29a32e358f7534a92a6 (diff) |
Cleanup
Diffstat (limited to 'Conky/getInternalIp.sh')
-rwxr-xr-x | Conky/getInternalIp.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Conky/getInternalIp.sh b/Conky/getInternalIp.sh deleted file mode 100755 index 8894199..0000000 --- a/Conky/getInternalIp.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -ifconfig $1 | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'
\ No newline at end of file |