Skip to content

Instantly share code, notes, and snippets.

View flomincucci's full-sized avatar

Flo Mincucci flomincucci

View GitHub Profile
@flomincucci
flomincucci / git-pull-all.sh
Created September 27, 2018 18:11
Pull in all the repos in a folder
#!/bin/sh
for d in ./* ; do (cd "$d" && git pull); done
@flomincucci
flomincucci / keybase.md
Created February 8, 2017 20:46
Keybase proof

Keybase proof

I hereby claim:

  • I am flomincucci on github.
  • I am flomincucci (https://keybase.io/flomincucci) on keybase.
  • I have a public key whose fingerprint is 80CA 2B57 5778 9F20 0212 388C A868 4805 5D54 F55F

To claim this, I am signing this object:

@flomincucci
flomincucci / LICENSE.txt
Created February 13, 2012 16:49 — forked from aemkei/LICENSE.txt
Game of Life - 140byt.es
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE