summaryrefslogtreecommitdiff
path: root/linux/lc
diff options
context:
space:
mode:
Diffstat (limited to 'linux/lc')
-rw-r--r--linux/lc17
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/lc b/linux/lc
new file mode 100644
index 0000000..4caa15c
--- /dev/null
+++ b/linux/lc
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# set the LeoCAD library path
+LEOCAD_LIB=/mnt/f/projects/leocad/windows/debug/
+export LEOCAD_LIB
+
+# run the program
+./leocad
+
+
+
+
+
+
+
+
+