summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-10-11 21:12:41 +0200
committerJonas Smedegaard <dr@jones.dk>2012-10-11 21:12:41 +0200
commitc99b8f0ebc2b511d6279761adb773a8aa4d876ee (patch)
treeb0475dbb67415d836a2afdc02aabf6d53a1ab8da /bin
parent846ec44317a52f347bfe0beb5a0d8af572631ffb (diff)
Convert to App::Cmd application.
Diffstat (limited to 'bin')
-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;