5 lines
96 B
Bash
Executable File

#!/bin/sh
service mariadb start > /dev/null 2>&1
service apache2 start > /dev/null 2>&1
/bin/sh