Skip to content

Instantly share code, notes, and snippets.

View AdmiringWorm's full-sized avatar

Kim J. Nordmo AdmiringWorm

View GitHub Profile

Keybase proof

I hereby claim:

  • I am admiringworm on github.
  • I am admiringworm (https://keybase.io/admiringworm) on keybase.
  • I have a public key ASAH0Z3vgl7IWAqRG-zmoqyRK7RXpg3T02jDwzEAHQnLEwo

To claim this, I am signing this object:

@AdmiringWorm
AdmiringWorm / Update-AUPackages.md
Last active March 12, 2024 20:09
Update-AUPackages Report #powershell #chocolatey
@AdmiringWorm
AdmiringWorm / pre-commit
Created November 15, 2016 08:15
git hooks I'm using when creating packages for the chocolatey/coreteampackages repository
#!/bin/sh
if git rev-parse --verify HEAD >/dev/null 2>&1
then
against=HEAD
else
# Initial commit: diff against an empty tree object
against=4b825dc642cb6eb9a060e54bf8d69288fbee4904
fi
@AdmiringWorm
AdmiringWorm / Update-AUPackages.md
Last active May 6, 2024 07:37
Update-AUPackages Report #powershell #chocolatey