Forgot to switch branches in ClioPatria repo - now added in ~/etc/setup_as_dml.sh
author |
samer |
date |
Mon, 19 Jan 2015 14:23:19 +0000 |
parents |
3255717f4e6b |
children |
438611cb6e79 |
rev |
line source |
samer@2
|
1 #/bin/sh
|
samer@2
|
2 echo "Running user boot script as user $(whoami) in $HOME"
|
samer@2
|
3 echo "Path is: $PATH"
|
samer@2
|
4 cd $HOME
|
samer@2
|
5 startx 1>/dev/null 2> ~/var/log/startx.log &
|
samer@2
|
6 TERM=xterm-color DISPLAY=:0.0 screen -U -d -m -h 5000
|
samer@2
|
7 echo "Exiting user boot script for $(whoami)"
|
samer@2
|
8
|