#!/bin/sh

### simply uses matlab to get the correct mex extension ###
matlab -nosplash -nodesktop -nojvm -r "fprintf(2 , '%s\n', mexext); quit" 2>&1 | grep mex
