I hereby claim:
- I am thaoms on github.
- I am thaoms (https://keybase.io/thaoms) on keybase.
- I have a public key ASB2LGQ1FL088dqZ56KBqr4ZuN--fBgRQFDnPZCZoEor-wo
To claim this, I am signing this object:
git config --global alias.grb 'for-each-ref --count=10 --sort=-committerdate refs/heads/ --format="%(refname:short)"' |
I hereby claim:
To claim this, I am signing this object:
let first = 'nav-trans'; | |
let second = 'nav-op'; | |
if(this.menu.classList.contains(first)) { | |
[first, second] = [second, first]; | |
} |
for i in *.pdf; do mv "$i" "`echo $i | sed -e 's, ,_,g'`"; done |