1
#!/bin/bash
2
3
# Configs
4
source ./config/messages
5
. config/colors
6
7
echo -e -n "$_y >$_W starting gui ...$_n"
8
larch
9
10
echo -e "$_g done $_n"