From c7bafc9a494ffab85d66b71855314f0281baaf1a Mon Sep 17 00:00:00 2001 From: Henri DF Date: Sun, 21 Feb 2016 13:43:08 -0800 Subject: [PATCH] Move lua/ to userspace/digwatch --- {lua => userspace/digwatch/lua}/README.md | 0 {lua => userspace/digwatch/lua}/compiler.lua | 0 {lua => userspace/digwatch/lua}/parser-smoke.sh | 0 {lua => userspace/digwatch/lua}/rule_loader.lua | 0 {lua => userspace/digwatch/lua}/test.lua | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {lua => userspace/digwatch/lua}/README.md (100%) rename {lua => userspace/digwatch/lua}/compiler.lua (100%) rename {lua => userspace/digwatch/lua}/parser-smoke.sh (100%) rename {lua => userspace/digwatch/lua}/rule_loader.lua (100%) rename {lua => userspace/digwatch/lua}/test.lua (100%) diff --git a/lua/README.md b/userspace/digwatch/lua/README.md similarity index 100% rename from lua/README.md rename to userspace/digwatch/lua/README.md diff --git a/lua/compiler.lua b/userspace/digwatch/lua/compiler.lua similarity index 100% rename from lua/compiler.lua rename to userspace/digwatch/lua/compiler.lua diff --git a/lua/parser-smoke.sh b/userspace/digwatch/lua/parser-smoke.sh similarity index 100% rename from lua/parser-smoke.sh rename to userspace/digwatch/lua/parser-smoke.sh diff --git a/lua/rule_loader.lua b/userspace/digwatch/lua/rule_loader.lua similarity index 100% rename from lua/rule_loader.lua rename to userspace/digwatch/lua/rule_loader.lua diff --git a/lua/test.lua b/userspace/digwatch/lua/test.lua similarity index 100% rename from lua/test.lua rename to userspace/digwatch/lua/test.lua