diff options
| author | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:01:25 +0200 | 
|---|---|---|
| committer | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:01:25 +0200 | 
| commit | cf7698cab56195d8a56f8cc6855039b22e341fb6 (patch) | |
| tree | 0db23702adf50df71f3fc4dcc63147dfa3aa0e39 /scripts/manaclock | |
| parent | b78cd46363ab92a3b19ddc1f65eda58b5b067807 (diff) | |
| download | manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.gz manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.bz2 manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.xz manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.zip | |
fixed script name manaclock (new drakclock)
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 00000000..37aadb68 --- /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; | 
