diff options
author | ChatChimi <Pichue07@gmail.com> | 2020-05-19 15:01:57 +0200 |
---|---|---|
committer | ChatChimi <Pichue07@gmail.com> | 2020-05-19 15:01:57 +0200 |
commit | 7aab57e607665411522904fed0c485c9635ac64f (patch) | |
tree | 9dfbfb56914012e164bcaa7384d975f4c04b0bff | |
parent | aa980079ce2039e6fbfa24aeeba077234a5d3406 (diff) |
Fichier qui regroupe les scripts
-rwxr-xr-x | automatisation/deploi.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/automatisation/deploi.sh b/automatisation/deploi.sh new file mode 100755 index 0000000..eb5beee --- /dev/null +++ b/automatisation/deploi.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +apt install tcpdump + +./ATS-Project/automatisation/BDDAuto.sh + +./ATS-Project/automatisation/apacheAuto.sh + +./ATS-Project/analyse/script.sh |