diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 00:10:34 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 00:10:34 +0100 |
| commit | b9ef243c42635470d462e6277f3ec37c15b788de (patch) | |
| tree | 9914c7eaaba432385dbc8d1842ab1b1980322128 /mut/dmenu-mac/scripts | |
| parent | fcad68da0a7947420ebd78b0581b9657d4e5ec51 (diff) | |
| parent | 8cdb3d2150fb591894d85d5ca5243f9ef6156099 (diff) | |
Merge commit '8cdb3d2150fb591894d85d5ca5243f9ef6156099' as 'mut/dmenu-mac'
Diffstat (limited to 'mut/dmenu-mac/scripts')
| -rwxr-xr-x | mut/dmenu-mac/scripts/dmenu-mac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mut/dmenu-mac/scripts/dmenu-mac b/mut/dmenu-mac/scripts/dmenu-mac new file mode 100755 index 0000000..111b364 --- /dev/null +++ b/mut/dmenu-mac/scripts/dmenu-mac @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +# +function realpath() { python3 -c "import os,sys; print(os.path.realpath(sys.argv[1]))" "$0"; } +CONTENTS="$(dirname "$(dirname "$(realpath "$0")")")" +DMENU_MAC="$CONTENTS/MacOS/dmenu-mac" +"$DMENU_MAC" "$@" |
