Skip to content

Instantly share code, notes, and snippets.

@stevensd2m
stevensd2m / keybase.md
Last active October 22, 2020 19:22
Keybase Proof

Keybase proof

I hereby claim:

  • I am stevensd2m on github.
  • I am stevens (https://keybase.io/stevens) on keybase.
  • I have a public key ASANUgAi25lYoqGhykxDGLBKqhwweUQJxJ9Vom74JhJUpAo

To claim this, I am signing this object:

#!/bin/sh
repos="$(find . -name hooks -type d -maxdepth 3)"
printf $"\nInstalling Talkdesk prepare-commit-msg to:\n\n"
printf "$repos"
printf $"\n\n"
read -p $"continue [y/n]: " confirm
[ "$confirm" != 'y' ] && exit 1