script-functions: adjusted reverse_list's and is_older_than's indention
[grml-etc-core.git] / etc / zsh / functions.d / grml-wallpaper
1 if [ -f /usr/share/grml/"$1" ] ; then
2    Esetroot -scale /usr/share/grml/"$1"
3 else
4    Esetroot -scale "$@"
5 fi