Skip to content

Instantly share code, notes, and snippets.

View SpotlightForBugs's full-sized avatar
:atom:
I am coding. At least I am pretending to be...

Johannes Häusler SpotlightForBugs

:atom:
I am coding. At least I am pretending to be...
View GitHub Profile
@SpotlightForBugs
SpotlightForBugs / autoupdateRepo.sh
Last active February 16, 2025 02:38
Shell script to update a git repository from GitHub.
#!/bash
#shell script to update a git repository from GitHub.
#(C)2022-SpotlightForBugs - https://github.com/SpotlightForBugs/SpotlightForBugs
#What is this script for?
#welcome to the script that updates a git repository from GitHub, automatically.
#This script is designed to be installed via crontab, so that it runs as a service.
versionNumber="1"