#!/bin/bash if [ "$#" -eq 0 ]; then exec /usr/bin/tmux new-session -A -s main else exec /usr/bin/tmux "$@" fi