1 2 3 4 5 6 7 8 9
#!/bin/sh E_PROFILE="" if [ -r /etc/enlightenment/default_profile ]; then . /etc/enlightenment/default_profile fi renice -10 -p $$ exec enlightenment_start $E_PROFILE