#!/bin/sh
# Copyright (C) Vlideshow Inc., All Rights Reserved
OUTFILE=$1

# Put the command here that will take a screen shot of the desktop
# and output to $OUTFILE
import -window root $OUTFILE
