shoestrap/assets/default/bin/reattach-to-user-namespace-tmux
2014-08-08 13:53:21 -07:00

8 lines
110 B
Bash
Executable File

#!/usr/bin/env bash
if [[ "$(uname)" = "Darwin" ]]; then
reattach-to-user-namespace $@
else
exec "$@"
fi