This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
NewerOlder