citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit f99bb468810f7d634091afc11195692e40c27633
parent 9164f075468660502fbeb66614ca4aa436f3448c
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 28 Oct 2020 15:13:28 -0700

macip is broken

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbin/macip | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/macip b/bin/macip @@ -1,4 +1,6 @@ #!/usr/bin/env sh -exec arp -a -i enp30s0 | grep -e '40:6c:8f:39:43:e9' -e 'c4:41:1e:75:42:71' | sedcut '(\([0-9\.]\+\))' +#exec arp -a -i enp30s0 | grep -e '40:6c:8f:39:43:e9' -e 'c4:41:1e:75:42:71' | sedcut '(\([0-9\.]\+\))' + +echo "10.100.0.4"