From 899e43ac9afbbd4e40e4778fc1d4e511da39d9ea Mon Sep 17 00:00:00 2001 From: Veselin Todorov Date: Sun, 12 Feb 2012 20:50:20 +0200 Subject: [PATCH] Add commands folder. --- lib/commands/run.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/commands/run.js diff --git a/lib/commands/run.js b/lib/commands/run.js new file mode 100644 index 0000000..6e9c013 --- /dev/null +++ b/lib/commands/run.js @@ -0,0 +1,8 @@ +/*! + * let - Force timeouts. + * + * Veselin Todorov + * MIT Licesnse. + */ + +module.exports = function() {}