diff --git a/foobar/.fakegit b/foobar/.fakegit new file mode 100644 index 0000000..9c3a2a9 --- /dev/null +++ b/foobar/.fakegit @@ -0,0 +1 @@ +world 10201 \ No newline at end of file diff --git a/foobar/barino.txt.pd b/foobar/barino.txt.pd new file mode 100644 index 0000000..ce01362 --- /dev/null +++ b/foobar/barino.txt.pd @@ -0,0 +1 @@ +hello diff --git a/foobar/hello.txt b/foobar/hello.txt new file mode 100644 index 0000000..ce01362 --- /dev/null +++ b/foobar/hello.txt @@ -0,0 +1 @@ +hello diff --git a/foobar/polcom b/foobar/polcom new file mode 100755 index 0000000..8469475 --- /dev/null +++ b/foobar/polcom @@ -0,0 +1,4 @@ +#! /usr/bin/racket +#lang racket/base +(require pollen/command) +; pollen setup run in /Users/mb/git/foobar/ on 07-Jan-2014 at 10:13:14pm \ No newline at end of file diff --git a/foobar/world.txt b/foobar/world.txt new file mode 100644 index 0000000..9c3a2a9 --- /dev/null +++ b/foobar/world.txt @@ -0,0 +1 @@ +world 10201 \ No newline at end of file diff --git a/foobar/world.txt.p b/foobar/world.txt.p new file mode 100644 index 0000000..b60663c --- /dev/null +++ b/foobar/world.txt.p @@ -0,0 +1,3 @@ +#lang pollen + +world ◊(* 101 101) \ No newline at end of file