machine github.com login SEU_USUARIO password SUA_SENHA
echo “alias=~/postar” » ~/.bashrc
conteúdo do postar
#!/bin/bash
git add -A
git commit -m "new post"
git push origin master
jekyll build
jekyll serve --watch
wget https://raw.githubusercontent.com/terminalrootsh/terminalrootsh.github.io/master/initpost.sh