diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-09-05 19:51:29 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-09-05 19:51:29 -0500 |
| commit | 1a652aac0ac1efc9100dd25e7da1105a4d515dc4 (patch) | |
| tree | e1b4f113c08d498c7488d8427e333abeb99d32e1 /bin/test.js | |
| parent | 71164942dfbc59af88765fce7339fc61c77bad7b (diff) | |
Super dumb mega commit
Diffstat (limited to 'bin/test.js')
| -rw-r--r-- | bin/test.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/test.js b/bin/test.js new file mode 100644 index 0000000..2ee542e --- /dev/null +++ b/bin/test.js @@ -0,0 +1,3 @@ +var path = require('path'); + +console.log(path.resolve(__dirname, '../ext/words.tab')); |