#!/usr/bin/bash
#
# Quick script to attach to tmux where ctsinstaller is running
#

/usr/bin/tmux -u attach -t ctsinstaller
