diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-10-11 21:12:41 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-10-11 21:12:41 +0200 |
commit | c99b8f0ebc2b511d6279761adb773a8aa4d876ee (patch) | |
tree | b0475dbb67415d836a2afdc02aabf6d53a1ab8da /bin | |
parent | 846ec44317a52f347bfe0beb5a0d8af572631ffb (diff) |
Convert to App::Cmd application.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smsg | 4 |
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; |