Advertisement
s243a

startx -- /usr/bin -- TazPup File System

Mar 5th, 2019
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # Start X session on SliTaz GNU/Linux.
  4. #
  5.  
  6. if [ -f "$HOME/.xsession" ]; then
  7.   exec $HOME/.xsession
  8. else
  9.   tazx
  10.   exec $HOME/.xsession
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement