From 4203a2cce811f1b1abf7f24d8376a5b58670816e Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Thu, 19 Mar 2026 17:39:05 -0400 Subject: [PATCH] begin prepping for linux distro --- lord_nikon/README.md | 3 +++ lord_nikon/mac.sh | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 lord_nikon/README.md create mode 100644 lord_nikon/mac.sh diff --git a/lord_nikon/README.md b/lord_nikon/README.md new file mode 100644 index 0000000..f72e450 --- /dev/null +++ b/lord_nikon/README.md @@ -0,0 +1,3 @@ +# [Lord Nikon](https://www.youtube.com/watch?v=i20Yy4pd4Ts) + +These are the scripts for running HacDC's linux distro diff --git a/lord_nikon/mac.sh b/lord_nikon/mac.sh new file mode 100644 index 0000000..2a04dc4 --- /dev/null +++ b/lord_nikon/mac.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ip a | grep -hoe '\([0-9A-Fa-f]\{2\}:\)\{5\}\([0-9A-Fa-f]\{2\}\)' | head -n3 | tail -n1