From 2ec695f7716c48185856cffd20e207af441a9b2a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 23 Sep 2013 08:29:45 -0700 Subject: [PATCH] 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. --- glfps | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 glfps 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 $@ -- 2.43.0