Skip to content

Instantly share code, notes, and snippets.

View mgeitz's full-sized avatar

M Geitz mgeitz

  • Telus Agriculture
  • Charlotte, NC
View GitHub Profile
@mgeitz
mgeitz / project1999.sh
Last active March 30, 2024 00:58
Linux Project 1999 Launch Manager
#! /bin/bash
#
# Linux Project 1999 Launch Manager
# * Manage logs
# * Launch eqemu-login-helper
# * Launch Project 1999
# * Cleanup
# Dependecies:
@althonos
althonos / setup.cfg
Last active March 4, 2024 18:08
A `setup.cfg` template for my Python projects
# https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c
[metadata]
name = {name}
version = file: {name}/_version.txt
author = Martin Larralde
author_email = martin.larralde@embl.de
url = https://github.com/althonos/{name}
description = {description}
long_description = file: README.md