mirror of
https://github.com/leozide/leocad
synced 2025-01-15 15:40:48 +01:00
17 lines
145 B
Bash
17 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|