summaryrefslogtreecommitdiff
path: root/linux/lc
diff options
context:
space:
mode:
authordocwhat1999-11-14 06:43:18 +0000
committerdocwhat1999-11-14 06:43:18 +0000
commitd71eec8062e852e56f03102ba4b4e87dc485821d (patch)
tree452368ad0e7e24627e517a0c88c2508d02cea6dc /linux/lc
parent2046090b7ce8dd901ce43e650be5acf44016d714 (diff)
Initial revision
git-svn-id: http://svn.leocad.org/trunk@2 c7d43263-9d01-0410-8a33-9dba5d9f93d6
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
+
+
+
+
+
+
+
+
+