aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/adminClock9
1 files changed, 9 insertions, 0 deletions
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;