#!/bin/sh

PATH="/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"

#
# Set cursor for the root window.
#
xsetroot -cursor_name left_ptr

# End of file
