mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 09:35:24 +00:00
18 lines
145 B
Bash
18 lines
145 B
Bash
#!/bin/sh
|
|
|
|
# set the LeoCAD library path
|
|
LEOCAD_LIB=/mnt/f/projects/leocad/windows/debug/
|
|
export LEOCAD_LIB
|
|
|
|
# run the program
|
|
./leocad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|