From 1c5bfcf6a198bb5726eac311905c2cc73c79f357 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Tue, 24 Jun 2014 12:35:23 +0200 Subject: Adding a first attempt to port Clock, not working yet --- scripts/adminClock | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/adminClock (limited to 'scripts') diff --git a/scripts/adminClock b/scripts/adminClock new file mode 100755 index 0000000..37aadb6 --- /dev/null +++ b/scripts/adminClock @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use AdminPanel::Module::Clock; + +my $clockManager = AdminPanel::Module::Clock->new(); + +$clockManager->start(); + +1; -- cgit v1.2.1