summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/data/etc/X11/Xsession.d/99-beamergui-starter_script
blob: 981e87ba7792b4e8bc12031535c9931a78162eec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/ash

/opt/openslx/bin/beamergui -a
# Detach
/bin/bash <<HERE
{
	ulimit -c unlimited
	cd /tmp/
	/opt/openslx/bin/beamergui -b &
} &
HERE
true