@ -1,7 +1,9 @@
#!/bin/bash
sudo systemctl stop apache2
sudo /opt/lampp/lampp start
echo "appuyez sur entrez pour quitter xampp"
read
if [[ $1 == "stop" ]]; then
sudo /opt/lampp/lampp stop
sudo systemctl start apache2
else
fi