Files
imhex/dist/cli/imhex.sh
2025-11-30 12:03:12 +01:00

5 lines
130 B
Bash

#!/bin/sh
script_path=$(readlink -f "$0")
script_dir=$(dirname "${script_path}")
"${script_dir}/../imhex" "$@" > /dev/null 2>&1 &