#!/bin/sh
# -*- shell-script -*-

cmd=`expr "$0" : '\(.*\)/'`

cmd="$cmd/wmake"

lua_cmd  $cmd "$@"

