mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
5 lines
130 B
Bash
5 lines
130 B
Bash
#!/bin/sh
|
|
|
|
script_path=$(readlink -f "$0")
|
|
script_dir=$(dirname "${script_path}")
|
|
"${script_dir}/../imhex" "$@" > /dev/null 2>&1 & |