script-linux/xampp

8 lines
174 B
Plaintext
Raw Normal View History

2023-09-15 14:16:15 +02:00
#!/bin/bash
sudo systemctl stop apache2
sudo /opt/lampp/lampp start
echo "appuyez sur entrez pour quitter xampp"
read
sudo /opt/lampp/lampp stop
sudo systemctl start apache2