#!/bin/sh

# Allow execution of wxMaxima directly from the build directory
# without installing it.
# (Maxima itself has a similar script ("./maxima-local")
src/wxmaxima "$@"
