diff options
Diffstat (limited to 'scripts/manaclock')
-rwxr-xr-x | scripts/manaclock | 9 |
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; |