Skip to content
Snippets Groups Projects
Commit f3f071df authored by nimrod's avatar nimrod
Browse files

Nicer gen-mac alias.

The previous one messed up the Vim syntax highlighting.
parent 1c475563
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ alias detectproxy='w3m http://detectportal.firefox.com/success.txt'
alias diff='diff --unified'
alias dpkglog="grep -v 'status\\|trigproc\\|configure' /var/log/dpkg.log"
alias gcc='gcc --std=c99 -Wall -Wextra -Werror -pedantic'
alias gen-mac="hexdump -n5 -e '\"02\" 5/1 \":%02X\" \"\\n\"' /dev/urandom"
alias gen-mac='hexdump -n5 -e '\''"02" 5/1 ":%02X" "\n"'\'' /dev/urandom'
alias gen-ssh-config="rc_make .ssh/config"
alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal'
alias http-server='python3 -m http.server 8080'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment