8 lines
162 B
Bash
8 lines
162 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-Netbook -e LXDE
|