Skip to content

Instantly share code, notes, and snippets.

View gilvegliach's full-sized avatar

Gil Vegliach gilvegliach

View GitHub Profile
@gilvegliach
gilvegliach / mac-incr
Last active February 10, 2020 14:25
Increase and decrease your MAC address
#!/usr/bin/env bash
#
# Usage:
# mac-incr # increase the MAC address
# mac-incr -d # decrease the MAC address
#
set -e
INTERFACE="en0"