1 2 3 4 5 6 7 8 9
#!/sbin/sh wayland=`crcparse "wayland"` if [ "$wayland" == "y" ]; then `crcparse WC` else startx fi