aboutsummaryrefslogtreecommitdiff
path: root/src/shell.js
blob: 7c365d6d7c761674172f039ca311261b9ff74597 (plain)
1
2
3
4
5
6
7
8
9
10
11
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