You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 6 години
преди 6 години
1234567
  1. #!/bin/bash
  2. # Allo-GG
  3. # Mise a jour du module
  4. cd /var/www/html/
  5. git pull origin master
  6. service apache2 restart