From c1aed983c1995dc91c15b88cdb1e76921c011a81 Mon Sep 17 00:00:00 2001 From: Aldo Adirajasa Fathoni Date: Wed, 17 May 2023 00:25:56 +0300 Subject: [PATCH] Add heimdall-frontend-wrapper script --- heimdall-frontend-wrapper | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 heimdall-frontend-wrapper diff --git a/heimdall-frontend-wrapper b/heimdall-frontend-wrapper new file mode 100755 index 0000000..6d5a9af --- /dev/null +++ b/heimdall-frontend-wrapper @@ -0,0 +1,6 @@ +#!/bin/sh +# Wrapper script for heimdall-frontend to detect heimdall. +# Licensed under MIT. (c) 2023 Aldo Adirajasa Fathoni. + +dir="$(dirname "$0")" +PATH="${dir}:${PATH}" "${dir}/heimdall-frontend"