slitaz-tools view tinyutils/startx @ rev 762

Added tag 5.0 for changeset 592ca2af912a
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 02 16:03:49 2012 +0200 (2012-05-02)
parents
children
line source
1 #!/bin/sh
2 #
3 # Start X session on SliTaz GNU/Linux.
4 #
6 if [ -f "$HOME/.xsession" ]; then
7 exec $HOME/.xsession
8 else
9 tazx
10 exec $HOME/.xsession
11 fi