#!/bin/sh
AFDIR=$HOME/.step
cd $AFDIR/backgrounds
for picture in * ; do echo "sh -c 'xli -onroot ~/.step/backgrounds/$picture ; echo ~/.step/backgrounds/$picture > ~/.step/background.picture'" > ~/.step/start/Desktop/Configuration/Backgrounds/Pictures/$picture ; done
cd ..
