mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Re-implement all libexec executables as bash functions, with the goal of being able build a single standalone execuable bash script for tmuxifier.
7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#! /usr/bin/env bash
|
|
[ -n "$TMUXIFIER_DEBUG" ] && set -x
|
|
|
|
source "$TMUXIFIER/lib/load.sh"
|
|
|
|
tmuxifier-tmux-version "$@"
|