Skip to content

Instantly share code, notes, and snippets.

View leandro-lucarella-sociomantic's full-sized avatar

Leandro Lucarella (RETIRED WORK ACCOUNT) leandro-lucarella-sociomantic

View GitHub Profile
@denniswebb
denniswebb / github.tf
Created October 3, 2017 16:45
Terraform module for creating GitHub repositories.
variable "repository_name" {}
variable "auto_init" {
default = true
}
variable "description" {
default = ""
}
@leandro-lucarella-sociomantic
leandro-lucarella-sociomantic / Makefile
Last active December 4, 2015 20:52
Git submodule summary summary
deb:
./build-deb
clean:
$(RM) -v *.deb