#!/bin/sh # Simple shell script to populate the dock by setting up some random # standard applications. make install-schemas while read n file; do key=/apps/kiba/launchers/$n/file gconftool-2 --set $key --type string $file gconftool-2 --apply-schema /schemas/apps/kiba/launchers/file $key done <