1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-09 18:37:41 +00:00
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