aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/manaclock
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-08-29 12:01:25 +0200
committerAngelo Naselli <anaselli@linux.it>2014-08-29 12:01:25 +0200
commitcf7698cab56195d8a56f8cc6855039b22e341fb6 (patch)
tree0db23702adf50df71f3fc4dcc63147dfa3aa0e39 /scripts/manaclock
parentb78cd46363ab92a3b19ddc1f65eda58b5b067807 (diff)
downloadcolin-keep-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar
colin-keep-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.gz
colin-keep-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.bz2
colin-keep-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.xz
colin-keep-cf7698cab56195d8a56f8cc6855039b22e341fb6.zip
fixed script name manaclock (new drakclock)
Diffstat (limited to 'scripts/manaclock')
-rwxr-xr-xscripts/manaclock9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/manaclock b/scripts/manaclock
new file mode 100755
index 0000000..37aadb6
--- /dev/null
+++ b/scripts/manaclock
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use AdminPanel::Module::Clock;
+
+my $clockManager = AdminPanel::Module::Clock->new();
+
+$clockManager->start();
+
+1;