#!/bin/sh

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