Skip to content

Commit

Permalink
Add heimdall-frontend-wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
fathonix committed May 16, 2023
1 parent b38712c commit c1aed98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions heimdall-frontend-wrapper
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit c1aed98

Please sign in to comment.