Skip to content

Instantly share code, notes, and snippets.

View dekimsey's full-sized avatar

Daniel Kimsey dekimsey

View GitHub Profile
@dekimsey
dekimsey / ipmi-updater.py
Last active April 9, 2024 15:30 — forked from mcdamo/ipmi-updater.py
Supermicro IPMI certificate updater
#!/usr/bin/env python3
# vim: autoindent tabstop=4 shiftwidth=4 expandtab softtabstop=4 filetype=python
# This file is part of Supermicro IPMI certificate updater.
# Supermicro IPMI certificate updater is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
@dekimsey
dekimsey / git-ignore
Last active December 19, 2015 13:19 — forked from afontaine/git-ignore
now with saner listing as well as not requiring git directory to just list.
#!/bin/sh
USAGE="list | list-single | <types> ..."
LONG_USAGE="Generate/Append the repo's .gitignore file using the gitignore.io api
`curl -s http://gitignore.io/api/`"
SUBDIRECTORY_OK=
NONGIT_OK=1
OPTIONS_SPEC=