Skip to content

Instantly share code, notes, and snippets.

View shivaken's full-sized avatar

Kenichi Otsuka shivaken

View GitHub Profile
@datakurre
datakurre / .gitignore
Last active December 29, 2022 10:29
Minimal Nix Docker
*.tar.gz
.sentinel.*
#!/usr/bin/ruby
# usage: rpmpatch specfile [--localname name] files...
# example: rpmpatch kernel.spec --localname .mytest ../SOURCES/00*
require "optparse"
localname = nil