From 4d42ebcbfe79824b0e781a0439774b1bf9214a95 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 3 Jul 2017 18:29:44 +0300
Subject: [PATCH] - Added alias to generate a randmon MAC address.

---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index 5e58b2b..4fc07e1 100644
--- a/.bashrc
+++ b/.bashrc
@@ -102,6 +102,7 @@ alias urlencode='perl -MURI::Escape -ne "chomp;print uri_escape(\$_), \"\n\""'
 alias urldecode='perl -MURI::Escape -ne "chomp;print uri_unescape(\$_), \"\n\""'
 alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il && transmission-remote'
 alias kpcli='kpcli --kdb ~/Documents/Database.kdbx'
+alias gen-mac="hexdump -n5 -e '\"02\" 5/1 \":%02X\" \"\\n\"' /dev/urandom"
 
 deduce_aws_region () {
     AWS_DEFAULT_REGION="$(python << EOF
-- 
GitLab