Skip to content

Commit 92bf84c

Browse files
author
Kaitlyn Parkhurst
committed
Script to start blogdb
1 parent a0af6e7 commit 92bf84c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Web/script/blogdb_web

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env perl
2+
use strict;
3+
use warnings;
4+
5+
use Mojo::File qw(curfile);
6+
use lib curfile->dirname->sibling('lib')->to_string;
7+
use Mojolicious::Commands;
8+
9+
# Start command line interface for application
10+
Mojolicious::Commands->start_app('BlogDB::Web');

0 commit comments

Comments
 (0)