Sbt & Github

SBT and Github commands using Linux Cronjob for github project

Reading Time: 3 minutes When i was in the middle of my project I encountered a challenge to run SBT and Github commands for my cloned project at regular intervals(say after every hour or two). When I looked up to the problem it seemed a bit challenging until I did not bump into Linux Cronjob(A time based job scheduler ). Alright, for those who do not know about Cronjobs. Continue Reading