diff options
Diffstat (limited to 'automatisation')
-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 |