#!/usr/bin/env sh

function trw {
    tmux new-session -c "$PWD" "$@"
}

trw "$@"
