8 lines
154 B
Bash
8 lines
154 B
Bash
#!/bin/sh
|
|
|
|
# Launch common scripts and env for Lubuntu.
|
|
exec /usr/bin/lubuntu-common
|
|
|
|
# Start the LXDE session
|
|
exec /usr/bin/lxsession -s Lubuntu -e LXDE
|