diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-01-04 11:42:36 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-13 14:43:32 -0600 |
commit | 9d5d3954a51f24e3dae2ca822a528d26a516470c (patch) | |
tree | 1bf3aab03ac6d409e22c3700cf7ef91941c1d0cb /graphics/librecad/librecad.sh | |
parent | 31ddcbbdeea8d9e0e2026648ae0799862aa786ce (diff) | |
download | slackbuilds-9d5d3954a51f24e3dae2ca822a528d26a516470c.tar.gz |
graphics/librecad: Added (2D CAD program)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/librecad/librecad.sh')
-rw-r--r-- | graphics/librecad/librecad.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/librecad/librecad.sh b/graphics/librecad/librecad.sh new file mode 100644 index 0000000000..8636f0e844 --- /dev/null +++ b/graphics/librecad/librecad.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /opt/librecad/librecad "$@" |