From 22d9c7b28cf0b68f1b2e2d394f27e2880b6802ea Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 11 May 2022 17:41:55 +0200 Subject: Add `hyde` file It's a simple template used to execute Hyde. You have to run `make install` to generate a script. --- hyde | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 hyde diff --git a/hyde b/hyde new file mode 100755 index 0000000..bf1f38b --- /dev/null +++ b/hyde @@ -0,0 +1,7 @@ +#!/bin/sh + +# Defined in Makefile +INSTALLDIR=%INSTALLDIR% +APPNAME=%APPNAME% + +$INSTALLDIR/$APPNAME $@ -- cgit v1.2.3