Use centralised pub/sub and reduce number of chdirs
[gruntmaster-daemon.git] / gruntmasterd
1 #!/usr/bin/perl -w
2 use v5.14;
3 use Gruntmaster::Daemon;
4
5 Gruntmaster::Daemon->run;
This page took 0.021688 seconds and 4 git commands to generate.