This script generates commit activity in the shape of the text "HIRE ME" on your GitHub contribution graph.
- Install Git
- Go to the project folder, example
/var/www/hireme/ git clone git@github.com:mdomansky/hireme.git- Check that
git pullworks correct
crontab -e- add
0 9 * * * cd /var/www/hireme/ && /bin/bash /var/www/hireme/script.shfor everyday run
