8 lines
53 B
Bash
Executable File
8 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
echo "Running Apache"
|
|
|
|
exec $@
|