Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am AltGr on github.
  • I am altgr (https://keybase.io/altgr) on keybase.
  • I have a public key whose fingerprint is 6EFB F50C 854F 3484 8D35 D70C 1839 9C47 86A9 BC98

To claim this, I am signing this object:

@AltGr
AltGr / opam
Created February 17, 2015 02:56
OPAM starter pack
opam-version: "1.2"
name: "starter-pack"
version: "0.1"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
depends: [
"depext"
"user-setup"
"tuareg"
"merlin"
"ocp-indent"
@AltGr
AltGr / git-paste
Created July 25, 2014 17:04
Plug git directories between repos with history
#!/bin/bash -ue
usage() {
echo "Usage: $0 srcdir[#ref] dstdir[#ref]"
echo
echo "Pastes between subdirectories of git repositories,"
echo "preserving history"
}
SRC="$1"; shift