mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#! /usr/bin/env bash
|
|
set -e
|
|
[ -n "$TMUXIFIER_DEBUG" ] && set -x
|
|
|
|
# shellcheck disable=SC2086
|
|
tmux $TMUXIFIER_TMUX_OPTS "$@"
|