slitaz-boot-scripts view applications/boot-log.desktop @ rev 106

rcS: avoid warning when cleaning /tmp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 17 14:11:09 2008 +0000 (2008-07-17)
parents a695a270b13f
children d029ffebc94b
line source
1 [Desktop Entry]
2 Encoding=UTF-8
3 Name=Show Boot Log
4 Exec=xterm -hold -e 'si=`cat /var/log/boot.log | wc -l`; sh=$(($si-1)); head -$sh /var/log/boot.log'
5 Icon=other.png
6 Type=Application
7 Categories=System;