Loads of stuff which has changed or needed updating.

This commit is contained in:
Sir Not Appearing In This Name 2015-11-12 21:59:21 +02:00
parent ba10801e76
commit 21ba84fcd4
13 changed files with 137 additions and 146 deletions

5
genrandmac.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/zsh
# oddball mac won't work - it's multicast (:
# 5ca1ab1e
printf '5C:A1:AB:1E:%02X:%02X\n' $((RANDOM%256)) $((RANDOM%256))