Skip to content

Instantly share code, notes, and snippets.

View unixorn's full-sized avatar
💭
90% Snark by weight

Joe Block unixorn

💭
90% Snark by weight
View GitHub Profile
@unixorn
unixorn / keybase.md
Created January 6, 2015 08:14
keybase.md

Keybase proof

I hereby claim:

  • I am unixorn on github.
  • I am unixorn (https://keybase.io/unixorn) on keybase.
  • I have a public key whose fingerprint is 92EF 2BD5 0DAE 87E0 09E3 4127 C845 E8F1 6D8C F61B

To claim this, I am signing this object:

@unixorn
unixorn / pkgbuild.make
Created August 31, 2012 00:37
Use pkgbuild with the Luggage
compile_package: payload modify_packageroot
@-sudo rm -fr ${PAYLOAD_D}/${PACKAGE_FILE}
@echo "Creating ${PAYLOAD_D}/${PACKAGE_FILE} with pkgbuild"
@sudo pkgbuild --root ${WORK_D} \
--identifier ${PACKAGE_ID} \
--ownership preserve \
--version ${PACKAGE_VERSION} \
--scripts ${SCRIPT_D} \
${PAYLOAD_D}/${PACKAGE_FILE}
@unixorn
unixorn / severalmanpages.makefile
Created January 24, 2011 02:31
example of copying a bunch of manpages
# stick a background image into /etc/hooks to use with iHook.
pack-dir-to-man8: l_usr_man_man8
@sudo cp my_man_dir/* ${WORK_D}/usr/share/man/man8
@sudo chmod 644 ${WORK_D}/usr/share/man/man8/*
@sudo chown root:admin ${WORK_D}/usr/share/man/man8/*
From 30e354fd338d85529f81eee7150659d662026c91 Mon Sep 17 00:00:00 2001
From: Chris Adams <chris@improbable.org>
Date: Sun, 22 Feb 2009 22:46:51 -0500
Subject: [PATCH] Import of wtfUpdate.py
---
utilities/wtfUpdate.py | 176 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 176 insertions(+), 0 deletions(-)
create mode 100644 utilities/wtfUpdate.py