#!/bin/sh

# set the LeoCAD library path
LEOCAD_LIB=/mnt/f/projects/leocad/windows/debug/
export LEOCAD_LIB

# run the program
./leocad









