summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Nordsieck <theo@opscode.com>2013-08-13 16:54:39 -0700
committerTheodore Nordsieck <theo@opscode.com>2013-08-13 16:54:39 -0700
commitbac6a7d6c5bfbe2d5192e98752574ba6526e6a9d (patch)
treea8b217e7cfcd4f45fdc57d5f752f02367cf8c0a9
parentef73fac4aad69ce081e26ac5d56c76c1bdc02842 (diff)
downloadohai-bac6a7d6c5bfbe2d5192e98752574ba6526e6a9d.tar.gz
wip
-rw-r--r--CROSS_PLATFORM.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/CROSS_PLATFORM.md b/CROSS_PLATFORM.md
index abddfc27..fc38f07a 100644
--- a/CROSS_PLATFORM.md
+++ b/CROSS_PLATFORM.md
@@ -1,14 +1,22 @@
-Terms:
+### Terms
-###### Command
+##### Command
- the command being executed. Example:
+The command being executed. Example:
ls -l
Here, "ls" is the command.
-Collecting Data:
+##### Parameters
+
+The parameters provided to the command. Example:
+
+ python -c "import sys; print sys.version"
+
+Here, '-c "import sys; print sys.version"' are the parameters.
+
+### Collecting Data
Run the get_output.rb command to collect data.