#!/bin/sh
#
# Copyright 2007 Luca Capello <luca@pca.it>
#           2011 Desmond O. Chang <dochang@gmail.com>
# This file is part of the Debian StumpWM package and is licensed
# under the terms of the GNU GPL version 2 or later.  Check
# /usr/share/doc/stumpwm/copyright for more information.

sbcl --load "/usr/lib/stumpwm/load.lisp"
exit 0
