summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Nordsieck <theo@opscode.com>2013-08-13 16:51:40 -0700
committerTheodore Nordsieck <theo@opscode.com>2013-08-13 16:51:40 -0700
commitef73fac4aad69ce081e26ac5d56c76c1bdc02842 (patch)
tree2b0bac7514821867c75178536f12ff21c9595971
parent3dd81c83a48104a1e3ae170ed82a68778db170d0 (diff)
downloadohai-ef73fac4aad69ce081e26ac5d56c76c1bdc02842.tar.gz
Documentation, wip
-rw-r--r--CROSS_PLATFORM.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CROSS_PLATFORM.md b/CROSS_PLATFORM.md
new file mode 100644
index 00000000..abddfc27
--- /dev/null
+++ b/CROSS_PLATFORM.md
@@ -0,0 +1,14 @@
+Terms:
+
+###### Command
+
+ the command being executed. Example:
+
+ ls -l
+
+Here, "ls" is the command.
+
+Collecting Data:
+
+Run the get_output.rb command to collect data.
+