Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am vincentv on github.
  • I am vincentv (https://keybase.io/vincentv) on keybase.
  • I have a public key ASAYXqrJcBvU6oOI8vKo31GrBPkNdcZNhMEuzlT8aV1SeAo

To claim this, I am signing this object:

@vincentv
vincentv / jelix.thor
Created August 8, 2011 22:24
Script thor pour cloner, mettre à jour et compiler Jelix
require 'open-uri'
require 'json'
class Jelix < Thor
include Thor::Actions
desc 'branches', 'Listes des branches'
def branches
say remote_branches
end