1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-11 22:03:29 +00:00
shoestrap/assets/default/bin/reattach-to-user-namespace-tmux

8 lines
110 B
Plaintext
Raw Normal View History

2013-08-08 03:23:13 +00:00
#!/usr/bin/env bash
if [[ "$(uname)" = "Darwin" ]]; then
reattach-to-user-namespace $@
else
exec "$@"
fi