zenith/docker_files/bin/startzen
Rene Vergara A b675854c49 zenith-install - Docker image generation added to this branch
Scripts to create the installer and the docker image
		 distribution packages included
2024-07-05 20:10:11 -04:00

6 lines
161 B
Bash
Executable file

#!/bin/bash
if [ x"${EXPERT_MODE}" == "x" ]; then
zenith gui
else
xterm -geometry 90x55 -fs 10 -fa DejaVuSansMono -cr green -bg black -fg lightgray
fi