Just small scripts I've put together to automate some tasks and save time
Nothing that'll blow your mind - It just pushes changes in a repo to GitHub so I don't have to!
What it does:
- Adds changes to Git
- Commits the changes with a randomly generated alphanumeric message
- Pushed to the master branch
A publish button script to automate the tedious task of posting something to my jekyll blog. Think of it as an advance version of Push.sh.
What it does:
- goes in to my jekyll dir
- pushes changes to master
- builds to my blog dir
- changes dir to my blog
- pushes blog to master