This file contains 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 | |
set -e | |
help_text=' | |
McBackup creates and manages backups of your Minecraft game saves. | |
Game saves are expected to be stored in ~/.minecraft/saves. | |
Backups are stored in ~/.minecraft/backups by default. | |
To change this edit the $mcdir and $backupdir variables. |
This file contains 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
#!/usr/bin/env python | |
# | |
# Calculates the total number of Science Packs needed for research | |
# in the game Factorio (www.factorio.com). | |
# | |
# Created by Gandalfx | |
# https://gandalfx.github.com | |
sciences = { | |