Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/shell/start-sugar
blob: 2c8c1867ae09d6ff55a4308134685f1c5c6d3313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

shelldir=`dirname "$0"`
scriptsdir=`dirname "$shelldir"`
rootdir=`dirname "$scriptsdir"`
display=`$scriptsdir/find-free-display`

if [ -f $rootdir/config ]; then
  source $rootdir/config
fi

xinit $scriptsdir/xinitrc -- $display