An intro to bash: Easiest guide to .bashrc. I particularly liked this one:
var() { eval "export $1=\"$2\"" }
Dangerous, but cool.
An intro to bash: Easiest guide to .bashrc. I particularly liked this one:
var() { eval "export $1=\"$2\"" }
Dangerous, but cool.
Today I read Things I Wish I’d Known About CSS. Good read about how some fundamental CSS things work.