1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/plsql/entrypoint.sh
2016-05-22 00:16:02 -06:00

11 lines
119 B
Bash
Executable File

#!/bin/bash
echo "Starting Oracle XE"
/usr/sbin/startup.sh
if [ "${*}" ]; then
exec "${@}"
else
exec bash
fi