source: ProjectBuilder/devel/pb-server/bin/pb-server@ 2512

Last change on this file since 2512 was 2512, checked in by Bruno Cornec, 4 years ago

Fix call to pb_env_init

  • Property svn:executable set to *
File size: 363 bytes
Line 
1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5
6use lib 'lib';
7use ProjectBuilder::Env;
8use ProjectBuilder::Conf;
9use Data::Dumper;
10
11# Start command line interface for application
12require Mojolicious::Commands;
13
14# Force for now
15pb_env_init("pb",undef,"none",0);
16#print "CONF: ".Dumper(pb_conf_get_hash())."\n";
17Mojolicious::Commands->start_app('ProjectBuilder');
Note: See TracBrowser for help on using the repository browser.