From: Carl Worth Date: Mon, 23 Sep 2013 15:29:45 +0000 (-0700) Subject: Add a simple glfps program X-Git-Url: https://git.cworth.org/git?p=glfps;a=commitdiff_plain;h=2ec695f7716c48185856cffd20e207af441a9b2a;ds=sidebyside Add a simple glfps program 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. --- diff --git a/glfps b/glfps new file mode 100755 index 0000000..56bd2a6 --- /dev/null +++ b/glfps @@ -0,0 +1,3 @@ +#!/bin/sh + +glaze --wrapper=$(dirname $(readlink -f $0))/libglfps.so $@