summaryrefslogtreecommitdiff
path: root/src/bin/papo
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/papo')
-rwxr-xr-xsrc/bin/papo4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/papo b/src/bin/papo
new file mode 100755
index 0000000..aa602f7
--- /dev/null
+++ b/src/bin/papo
@@ -0,0 +1,4 @@
+#!/usr/bin/env node
+import { main } from "papo";
+
+(async () => await main())();