From 139af0a22fbfb5c4b8c66f00129037db50b54aff Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 14 Jan 2014 17:33:21 -0800 Subject: [PATCH] foobar test directory --- foobar/.fakegit | 1 + foobar/barino.txt.pd | 1 + foobar/hello.txt | 1 + foobar/polcom | 4 ++++ foobar/world.txt | 1 + foobar/world.txt.p | 3 +++ 6 files changed, 11 insertions(+) create mode 100644 foobar/.fakegit create mode 100644 foobar/barino.txt.pd create mode 100644 foobar/hello.txt create mode 100755 foobar/polcom create mode 100644 foobar/world.txt create mode 100644 foobar/world.txt.p 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