mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-13 16:46:27 +00:00
15 lines
406 B
Lua
15 lines
406 B
Lua
--============================================================================
|
|
-- default.lua Live (Mirror) Syncing Demon
|
|
--
|
|
-- The default global.
|
|
--
|
|
-- License: GPLv2 (see COPYING) or any later version
|
|
-- Authors: Axel Kittenberger <axkibe@gmail.com>
|
|
--============================================================================
|
|
|
|
|
|
if default then error( 'default already loaded' ) end
|
|
|
|
|
|
default = { }
|