#!/bin/sh
if [ "$1" = "desktop" ] ; then
	pipanel desktop
fi

if [ "$1" = "taskbar" ] ; then
	pipanel taskbar
fi
