summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-06-30 00:52:42 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-06-30 00:52:42 +0200
commit9bb31f57226877f78f23fb766773aa8486297bb7 (patch)
treebd0c28c27932071adaabf43dff4abcfafe221be3 /bin
downloadnode-paste-9bb31f57226877f78f23fb766773aa8486297bb7.tar.gz
node-paste-9bb31f57226877f78f23fb766773aa8486297bb7.tar.xz
node-paste-9bb31f57226877f78f23fb766773aa8486297bb7.zip
initial commit
Diffstat (limited to 'bin')
-rwxr-xr-xbin/paste3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/paste b/bin/paste
new file mode 100755
index 0000000..ae31e7b
--- /dev/null
+++ b/bin/paste
@@ -0,0 +1,3 @@
+#!/usr/bin/env node
+
+require(__dirname + '/../lib/main.js');