mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
APP_ID="org.omarchy.$(basename "$1")"
|
|
LAUNCH_COMMAND="omarchy-launch-tui $@"
|
|
|
|
exec omarchy-launch-or-focus "$APP_ID" "$LAUNCH_COMMAND"
|