#!/bin/sh
#
# Claw4 startup script
#
# Copyright (c) 2004-2005 os-cillation
#

cd /usr/lib/Claw4 || exit 126
exec ./claw4.py ${HOME}
