diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-07-23 15:52:49 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-07-23 15:52:49 -0500 |
| commit | 7b6caa0f6c7603aabb5e6ed657e24aaddbeafc78 (patch) | |
| tree | ec0522eae75bb04ae73d28ae3f599682a2bfdaeb /samples/Text | |
| parent | 314f0e485227915931db361be14d308a210bedea (diff) | |
Rename samples subdirectories
Diffstat (limited to 'samples/Text')
| -rw-r--r-- | samples/Text/README | 2 | ||||
| -rw-r--r-- | samples/Text/blank | 0 | ||||
| -rw-r--r-- | samples/Text/defu.nkt | 1 | ||||
| -rw-r--r-- | samples/Text/dump.sql | 1 | ||||
| -rw-r--r-- | samples/Text/file.json | 1 | ||||
| -rw-r--r-- | samples/Text/file.txt | 0 | ||||
| -rw-r--r-- | samples/Text/foo.txt | 1 | ||||
| -rw-r--r-- | samples/Text/md | 2 | ||||
| -rwxr-xr-x | samples/Text/script.foo | 2 | ||||
| -rw-r--r-- | samples/Text/txt | 1 |
10 files changed, 11 insertions, 0 deletions
diff --git a/samples/Text/README b/samples/Text/README new file mode 100644 index 0000000..082a4aa --- /dev/null +++ b/samples/Text/README @@ -0,0 +1,2 @@ +README +====== diff --git a/samples/Text/blank b/samples/Text/blank new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/samples/Text/blank diff --git a/samples/Text/defu.nkt b/samples/Text/defu.nkt new file mode 100644 index 0000000..0e8f207 --- /dev/null +++ b/samples/Text/defu.nkt @@ -0,0 +1 @@ +defunkt diff --git a/samples/Text/dump.sql b/samples/Text/dump.sql new file mode 100644 index 0000000..2e959c0 --- /dev/null +++ b/samples/Text/dump.sql @@ -0,0 +1 @@ +DROP ALL TABLES diff --git a/samples/Text/file.json b/samples/Text/file.json new file mode 100644 index 0000000..6d95903 --- /dev/null +++ b/samples/Text/file.json @@ -0,0 +1 @@ +{"foo": "bar"} diff --git a/samples/Text/file.txt b/samples/Text/file.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/samples/Text/file.txt diff --git a/samples/Text/foo.txt b/samples/Text/foo.txt new file mode 100644 index 0000000..257cc56 --- /dev/null +++ b/samples/Text/foo.txt @@ -0,0 +1 @@ +foo diff --git a/samples/Text/md b/samples/Text/md new file mode 100644 index 0000000..3562498 --- /dev/null +++ b/samples/Text/md @@ -0,0 +1,2 @@ +MD +== diff --git a/samples/Text/script.foo b/samples/Text/script.foo new file mode 100755 index 0000000..f94d740 --- /dev/null +++ b/samples/Text/script.foo @@ -0,0 +1,2 @@ +#!/bin/foo +??? diff --git a/samples/Text/txt b/samples/Text/txt new file mode 100644 index 0000000..3de705a --- /dev/null +++ b/samples/Text/txt @@ -0,0 +1 @@ +Text |
