Reading Values In Bash
Ever wanted to paste data from an application like LibreOffice into a bash script? You’re in luck. Read your data into Bash variables.
My PHP Tek Talk: Better Dotfiles II
I just finished giving my second of two talks — Better Dotfiles II — and feel like it went pretty well. I tried something different with this talk. I normally have a slide deck which I use for my entire presentation. I also use a countdown clock to ensure I don’t run long. I planned … Read more » My PHP Tek Talk: Better Dotfiles II
Create Git repo with an empty commit
I wanted to know why developers on Twitter were talking about starting git repos with an empty commit, so I did a bit of web searching. I created a bash function to make the solution easier.