1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-10 14:56:21 +00:00
shoestrap/assets/default/bin/reattach-to-user-namespace-tmux

8 lines
112 B
Bash
Executable File

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