Skip to content

Instantly share code, notes, and snippets.

@BenjaminGuV
Created December 30, 2016 03:49
Show Gist options
  • Save BenjaminGuV/d964bf509f23f25a7d836ace56a847d1 to your computer and use it in GitHub Desktop.
Save BenjaminGuV/d964bf509f23f25a7d836ace56a847d1 to your computer and use it in GitHub Desktop.
iniciar web con sh para docker
#! /bin/sh
sudo service mysql start
sudo service apache2 start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment