summaryrefslogtreecommitdiff
path: root/bin/smsg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/smsg')
-rwxr-xr-xbin/smsg4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/smsg b/bin/smsg
new file mode 100755
index 0000000..6b3723d
--- /dev/null
+++ b/bin/smsg
@@ -0,0 +1,4 @@
+#!/usr/bin/env perl
+
+use App::smsg;
+App::smsg->run;