#!/bin/sh # Run idle display if present if [ -f /etc/athena/idle.pl ]; then /etc/athena/idle.pl; fi