shoestrap/assets/default/bin/reattach-to-user-namespace-...

8 lines
112 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 "$@"
2013-08-08 03:23:13 +00:00
else
exec "$@"
fi