3 lines
34 B
Bash
3 lines
34 B
Bash
|
#!/bin/sh
|
||
|
exec /usr/sbin/httpd -t
|