From 4bcec25c2eb5b49cf00a6a68dbaf10fe38e3b120 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Sun, 17 May 2020 15:07:53 +0100 Subject: [PATCH] Changed the structure, added README --- {Perso => INTech}/MATCH_BEGIN.sh | 0 {Perso => INTech}/auto_config.sh | 0 {Perso/INTech => INTech}/gitUpdate.sh | 0 Perso/.gitignore | 1 + Perso/serialOutput/.gitignore | 1 - README.md | 9 +++++++++ 6 files changed, 10 insertions(+), 1 deletion(-) rename {Perso => INTech}/MATCH_BEGIN.sh (100%) rename {Perso => INTech}/auto_config.sh (100%) rename {Perso/INTech => INTech}/gitUpdate.sh (100%) create mode 100644 Perso/.gitignore delete mode 100644 Perso/serialOutput/.gitignore create mode 100644 README.md diff --git a/Perso/MATCH_BEGIN.sh b/INTech/MATCH_BEGIN.sh similarity index 100% rename from Perso/MATCH_BEGIN.sh rename to INTech/MATCH_BEGIN.sh diff --git a/Perso/auto_config.sh b/INTech/auto_config.sh similarity index 100% rename from Perso/auto_config.sh rename to INTech/auto_config.sh diff --git a/Perso/INTech/gitUpdate.sh b/INTech/gitUpdate.sh similarity index 100% rename from Perso/INTech/gitUpdate.sh rename to INTech/gitUpdate.sh diff --git a/Perso/.gitignore b/Perso/.gitignore new file mode 100644 index 0000000..59c92fa --- /dev/null +++ b/Perso/.gitignore @@ -0,0 +1 @@ +serialOutput/ diff --git a/Perso/serialOutput/.gitignore b/Perso/serialOutput/.gitignore deleted file mode 100644 index 5c87cb1..0000000 --- a/Perso/serialOutput/.gitignore +++ /dev/null @@ -1 +0,0 @@ -serialOutput* diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f53a8d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Shell scripts + +This repository contains shell scripts that I wrote for myself, my robotics club or my server, mainly in Bash. +It also contains some timer services for systemd. + +## Structure + + - Perso : Personal scripts + - INTech : Scripts made for INTech, my robotics club