1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-02-25 23:13:51 +00:00
shoestrap/assets/default/bin/reattach-to-user-namespace-tmux

8 lines
112 B
Plaintext
Raw Normal View History

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