diff options
author | makefu <github@syntax-fehler.de> | 2012-12-20 10:45:52 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-12-20 10:45:52 +0700 |
commit | 384552a83d12b1f14e2d35f2267aabbf9240eac6 (patch) | |
tree | 86cafa2af20104361b19ba51ef578a6de4938afe | |
parent | 927fec296c45f72a95014118a9d7989f19504a13 (diff) |
//cobra -> //sandbox/cobra
-rw-r--r-- | sandbox/cobra/README.md (renamed from cobra/README) | 31 | ||||
-rw-r--r-- | sandbox/cobra/hello/index.sh (renamed from cobra/hello/index.sh) | 0 | ||||
-rwxr-xr-x | sandbox/cobra/index.sh (renamed from cobra/index.sh) | 0 |
3 files changed, 16 insertions, 15 deletions
diff --git a/cobra/README b/sandbox/cobra/README.md index 145ecd14..f9bb8026 100644 --- a/cobra/README +++ b/sandbox/cobra/README.md @@ -16,18 +16,19 @@ that contains an index.{js,sh,py,etc.} file. like your sh's PATH ## example: cobra as some kind of make -$ echo $COBRA_PATH -. -$ ls . -foo/ bar/ baz/ -$ cat foo/cobra.json -{ "deps": "bar", "baz" } -$ cat bar/cobra.json -No such file or directory -$ cat baz/cobra.json -No such file or directory -$ cobra foo -[cobra bar] -[cobra baz] -[cobra foo] -$ exit + + $ echo $COBRA_PATH + . + $ ls . + foo/ bar/ baz/ + $ cat foo/cobra.json + { "deps": "bar", "baz" } + $ cat bar/cobra.json + No such file or directory + $ cat baz/cobra.json + No such file or directory + $ cobra foo + [cobra bar] + [cobra baz] + [cobra foo] + $ exit diff --git a/cobra/hello/index.sh b/sandbox/cobra/hello/index.sh index df2dea7c..df2dea7c 100644 --- a/cobra/hello/index.sh +++ b/sandbox/cobra/hello/index.sh diff --git a/cobra/index.sh b/sandbox/cobra/index.sh index 1118a823..1118a823 100755 --- a/cobra/index.sh +++ b/sandbox/cobra/index.sh |