6 lines
96 B
Bash
6 lines
96 B
Bash
#!/bin/sh
|
|
|
|
/var/www/webtemplate --output=/var/www/public --src=/var/www/src
|
|
|
|
apache2-foreground
|