Skip JAVA/GOLANG/GCCGO if sudo is not used and improve TODO handling
[gruntmaster-daemon.git] / gruntmasterd
CommitLineData
5c5cd38a
MG
1#!/usr/bin/perl -w
2use v5.14;
3use Gruntmaster::Daemon;
4
5Gruntmaster::Daemon->run;
69c25408
MG
6
7__END__
8
9=head1 NAME
10
11gruntmasterd - Gruntmaster 6000 Online Judge -- daemon
12
13=head1 SYNOPSIS
14
15 gruntmasterd
16
17=head1 DESCRIPTION
18
19Gruntmaster::Daemon is the daemon component of the Gruntmaster 6000 online judge.
20
21gruntmasterd is a shortcut for calling C<< Gruntmaster::Daemon->run >>. It takes no arguments.
22
23=head1 AUTHOR
24
25Marius Gavrilescu E<lt>marius@ieval.roE<gt>
26
27=head1 COPYRIGHT AND LICENSE
28
29Copyright (C) 2014 by Marius Gavrilescu
30
31This library is free software: you can redistribute it and/or modify
32it under the terms of the GNU Affero General Public License as published by
33the Free Software Foundation, either version 3 of the License, or
34(at your option) any later version.
35
36
37=cut
This page took 0.014098 seconds and 4 git commands to generate.