zenith/docker_files/bin/startrpc

7 lines
95 B
Text
Raw Permalink Normal View History

#!/bin/bash
if [ x"${EXPERT_MODE}" == "x" ]; then
zenithserver
else
/bin/bash -l
fi