slitaz-tools view tinyutils/startx @ rev 98

Added tag 1.9.3 for changeset bcdf06f0074a
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 20:43:55 2008 +0100 (2008-03-10)
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