5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
|
|
# Start the LXDE session
|
|
exec /usr/bin/lxsession -s Lubuntu -e LXDE
|