aboutsummaryrefslogtreecommitdiff
path: root/selenepaw.lua
diff options
context:
space:
mode:
Diffstat (limited to 'selenepaw.lua')
-rw-r--r--selenepaw.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/selenepaw.lua b/selenepaw.lua
new file mode 100644
index 0000000..704ff1a
--- /dev/null
+++ b/selenepaw.lua
@@ -0,0 +1,13 @@
+--
+-- ~~~ main selenepaw tool
+--
+
+-- load help messages
+local help = require("src/help")
+
+-- check if no args
+if not args then
+
+ help.main()
+
+end