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
#!/bin/bash | |
trap "exit" INT | |
# Meta information | |
SCRIPT_VERSION="0.1.0" | |
SCRIPT_AUTHOR="Karol Tomala" | |
# Default variables |
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
#!/bin/bash | |
# Usage | |
# **NOTE** Use at own risk! | |
# Improved version of this script: https://gist.github.com/pdobacz/90f8e204d4b2728c8b7e916f4bc279ae | |
# 1. checkout the desired branch in all relevant repos first! | |
# 2. `cd` into a dir where you can reference your repos by relative paths | |
# 3. ./main.sh <author> <Month Year> <Month Year> repo1 repo2 ... > |
NewerOlder