From 57a1fd49dc699c0e2dc16ba8a8600f5ade665557 Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Sun, 26 Jul 2020 20:48:05 +0800 Subject: [PATCH] Move .scripts to scripts --- .scripts | 1 + {.scripts => scripts}/dns-reverse-generator.py | 0 {.scripts => scripts}/generate-roa.sh | 0 {.scripts => scripts}/homepage-update.sh | 0 {.scripts => scripts}/makegraph.sh | 0 {.scripts => scripts}/pretty-output.sh | 0 {.scripts => scripts}/push-to-roa.sh | 0 {.scripts => scripts}/requirements.txt | 0 {.scripts => scripts}/roa.py | 0 9 files changed, 1 insertion(+) create mode 120000 .scripts rename {.scripts => scripts}/dns-reverse-generator.py (100%) rename {.scripts => scripts}/generate-roa.sh (100%) rename {.scripts => scripts}/homepage-update.sh (100%) rename {.scripts => scripts}/makegraph.sh (100%) rename {.scripts => scripts}/pretty-output.sh (100%) rename {.scripts => scripts}/push-to-roa.sh (100%) rename {.scripts => scripts}/requirements.txt (100%) rename {.scripts => scripts}/roa.py (100%) diff --git a/.scripts b/.scripts new file mode 120000 index 0000000..528dc4e --- /dev/null +++ b/.scripts @@ -0,0 +1 @@ +scripts \ No newline at end of file diff --git a/.scripts/dns-reverse-generator.py b/scripts/dns-reverse-generator.py similarity index 100% rename from .scripts/dns-reverse-generator.py rename to scripts/dns-reverse-generator.py diff --git a/.scripts/generate-roa.sh b/scripts/generate-roa.sh similarity index 100% rename from .scripts/generate-roa.sh rename to scripts/generate-roa.sh diff --git a/.scripts/homepage-update.sh b/scripts/homepage-update.sh similarity index 100% rename from .scripts/homepage-update.sh rename to scripts/homepage-update.sh diff --git a/.scripts/makegraph.sh b/scripts/makegraph.sh similarity index 100% rename from .scripts/makegraph.sh rename to scripts/makegraph.sh diff --git a/.scripts/pretty-output.sh b/scripts/pretty-output.sh similarity index 100% rename from .scripts/pretty-output.sh rename to scripts/pretty-output.sh diff --git a/.scripts/push-to-roa.sh b/scripts/push-to-roa.sh similarity index 100% rename from .scripts/push-to-roa.sh rename to scripts/push-to-roa.sh diff --git a/.scripts/requirements.txt b/scripts/requirements.txt similarity index 100% rename from .scripts/requirements.txt rename to scripts/requirements.txt diff --git a/.scripts/roa.py b/scripts/roa.py similarity index 100% rename from .scripts/roa.py rename to scripts/roa.py