df2daf524d
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
7 lines
113 B
Bash
Executable file
7 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
|
|
while true; do
|
|
startx
|
|
#cp /var/log/Xorg.0.log ~/Xorg.0.log-crash-$(date +%s)
|
|
sleep 1
|
|
done
|