index
:
node-paste
master
pastebin in node.js with kyotocabinet backend
Alexander Sulfrian
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
paste
blob: 4a2ea8f7fb5962710ab96c3a4d2bd17c62b533c9 (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env node
var
main
=
require
(
__dirname
+
'/../lib/main.js'
);
main
.
server
();