diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-02-08 09:50:25 +0000 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-02-08 09:50:25 +0000 |
commit | 1c4619e23345709357cea9ba2bdf4b59512b222f (patch) | |
tree | d50bfa3a4fd95c54deafe6e597becb78b481df99 /bin | |
download | mongo-edu-1c4619e23345709357cea9ba2bdf4b59512b222f.zip |
first commit
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mongo-edu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/mongo-edu b/bin/mongo-edu new file mode 100644 index 0000000..e1558e3 --- /dev/null +++ b/bin/mongo-edu @@ -0,0 +1,3 @@ +#!/usr/bin/env node + +require('../mongo-edu').create();
\ No newline at end of file |