mirror of
https://github.com/leozide/leocad
synced 2025-01-15 15:40:48 +01:00
18 lines
145 B
Text
18 lines
145 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# set the LeoCAD library path
|
||
|
LEOCAD_LIB=/mnt/f/projects/leocad/windows/debug/
|
||
|
export LEOCAD_LIB
|
||
|
|
||
|
# run the program
|
||
|
./leocad
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|