PostText/PostText.pl

11 lines
162 B
Perl
Raw Normal View History

#!/usr/bin/env perl
# PostText v0.1
# Jul 22
2022-09-15 19:14:40 -04:00
use Mojo::Base -strict;
use lib qw{lib};
use Mojolicious::Commands;
2022-07-28 21:13:26 -04:00
2022-09-15 19:14:40 -04:00
Mojolicious::Commands->start_app('PostText');