summaryrefslogtreecommitdiff
path: root/iso/root/.profile
blob: 44ccbe79303f41e5434a5b0155edf3bd956826bb (plain)
1
2
3
4
5
6
7
8
9
splash () {
    clear
    echo "Welcome to xilinux"
}

[ "$(tty)" = "/dev/tty1" ] && $HOME/installer.sh

splash