1 2 3 4 5 6
#!/bin/sh if [ -x /bin/plymouth ] ; then /bin/plymouth --quit /bin/plymouth --wait fi return 0