#!/bin/sh
##############################################################
## Script d'origine Puppy/Toutou Linux
## Modif par C.G. pour ASRI Edu + Bruno
###############################################################

yaf-splash -timeout 3 -bg lavender -margin 4 -outline 0 -placement bottom -font 9x18 -text "Veuillez patienter pendant le lancement de l'application..." &
exec libreoffice -writer "$@"
