Files
tmuxifier/libexec/tmuxifier-alias
Jim Myhrberg b2a67705b6 wip(commands): re-implement core commands as bash functions
Re-implement all libexec executables as bash functions, with the goal of
being able build a single standalone execuable bash script for
tmuxifier.
2025-12-01 23:17:41 +00:00

7 lines
112 B
Bash
Executable File

#! /usr/bin/env bash
[ -n "$TMUXIFIER_DEBUG" ] && set -x
source "$TMUXIFIER/lib/load.sh"
tmuxifier-alias "$@"