Skip to content

Instantly share code, notes, and snippets.

@mdtanrikulu
mdtanrikulu / install.sh
Created May 6, 2020 10:07
Golem installation script for ElementaryOS
#!/bin/bash
trap "exit" INT
# Meta information
SCRIPT_VERSION="0.1.0"
SCRIPT_AUTHOR="Karol Tomala"
# Default variables
@mdtanrikulu
mdtanrikulu / main.sh
Last active March 23, 2020 09:47
Git Monthly based Log Extractor
#!/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 ... >