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

11 lines
124 B
Bash
Executable File

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