fixing quotes.

This commit is contained in:
staticsafe 2012-05-01 13:28:09 -04:00
parent bb120e2c00
commit f6011196cf
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ alias myip="wget -qO- ifconfig.me/ip"
alias memoryhog="ps aux | sort -nk +4 | tail"
alias stripext="ls -1 | sed 's/\(.*\)\..*/\1/'"
alias macgen="openssl rand -hex 6 | sed 's/\(..\)/\1:/g;s/../00/;s/.$//' | tr '[a-z]' '[A-Z]'"
alias quickpwgen="curl -s https://www.grc.com/passwords.htm | grep "63 random alpha-numeric characters" | html2text | tail -n 1"
alias quickpwgen="curl -s https://www.grc.com/passwords.htm | grep '63 random alpha-numeric characters' | html2text | tail -n 1"