Rene Vergara A
b675854c49
Scripts to create the installer and the docker image distribution packages included
6 lines
161 B
Bash
Executable file
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 |