]> git.cworth.org Git - glfps/commitdiff
Add a simple glfps program
authorCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 15:29:45 +0000 (08:29 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 15:29:45 +0000 (08:29 -0700)
This simply calls out to the glaze program with an appropriate path to
the wrapper library, (assuming the wrapper library lives next to the
glfps program). If this glfps program were to be installed somewhere,
it should be updated to reflect the path to which libglfps is also
installed.

glfps [new file with mode: 0755]

diff --git a/glfps b/glfps
new file mode 100755 (executable)
index 0000000..56bd2a6
--- /dev/null
+++ b/glfps
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+glaze --wrapper=$(dirname $(readlink -f $0))/libglfps.so $@