From 0c9a64e3b466c66a2c0f821379de49cce18ac0bd Mon Sep 17 00:00:00 2001 From: Alexandre-Simao Date: Wed, 2 Jun 2021 10:22:23 +0200 Subject: [PATCH] Fix: Better name scheme for host scripts --- Host/{Serv-Kill.ps1 => ALL-Kill.ps1} | 0 Host/{Create-Serveurs.ps1 => Create-ALL.ps1} | 0 Host/{SRV-Kill => SRV-Kill.ps1} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Host/{Serv-Kill.ps1 => ALL-Kill.ps1} (100%) rename Host/{Create-Serveurs.ps1 => Create-ALL.ps1} (100%) rename Host/{SRV-Kill => SRV-Kill.ps1} (100%) diff --git a/Host/Serv-Kill.ps1 b/Host/ALL-Kill.ps1 similarity index 100% rename from Host/Serv-Kill.ps1 rename to Host/ALL-Kill.ps1 diff --git a/Host/Create-Serveurs.ps1 b/Host/Create-ALL.ps1 similarity index 100% rename from Host/Create-Serveurs.ps1 rename to Host/Create-ALL.ps1 diff --git a/Host/SRV-Kill b/Host/SRV-Kill.ps1 similarity index 100% rename from Host/SRV-Kill rename to Host/SRV-Kill.ps1