diff --git a/chub/chub b/chub/chub new file mode 100755 index 0000000..e3af36e Binary files /dev/null and b/chub/chub differ diff --git a/chub/main.go b/chub/main.go new file mode 100644 index 0000000..a3edea8 --- /dev/null +++ b/chub/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("I am going to eat all the configuration I can!") +}