/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
macosx/launcher.sh
18 строк
444 B
dmiller
Update macOS build process
29 апр 2025, 22:49
29 апр 2025, 22:49
80e48fd
Код
Авторство
О чём код?
#!/bin/sh name=`basename "$0"` bundle=$(cd `dirname "$0"`;pwd)/../.. bundle_contents="$bundle"/Contents bundle_res="$bundle_contents"/Resources bundle_lib="$bundle_res"/lib bundle_bin="$bundle_res"/bin bundle_data="$bundle_res"/share bundle_etc="$bundle_res"/etc export DYLD_LIBRARY_PATH="$bundle_lib" # Strip out the argument added by the OS. if /bin/expr "x$1" : "x-psn_.*" > /dev/null; then shift 1 fi exec "$bundle_bin"/"$name" "$@"