aboutsummaryrefslogtreecommitdiff
path: root/src/shell.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-28 20:51:55 -0700
committeralon@honor <none@none>2010-10-28 20:51:55 -0700
commit9343f81a117efd605ff274fd290d38d674c55d25 (patch)
tree22d720f5ca4c165b0fe0a0f6236348f563933ad6 /src/shell.js
parent4b48a792ec61ce5b99c6eabf3b7b9f1e7f4afd8f (diff)
bustage fix
Diffstat (limited to 'src/shell.js')
-rw-r--r--src/shell.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/shell.js b/src/shell.js
new file mode 100644
index 00000000..7c365d6d
--- /dev/null
+++ b/src/shell.js
@@ -0,0 +1,12 @@
+
+var that = this;
+// Capture the output of this into a variable, if you want
+(function(Module, args) {
+ Module = Module || {};
+ arguments = arguments || [];
+
+ {{BODY}}
+
+ return Module;
+}).apply(this, this.arguments); // Replace parameters as needed
+