summaryrefslogtreecommitdiffstats
path: root/bridge/lib/bridge/bin/attach
diff options
context:
space:
mode:
authortv <tv@iiso>2011-09-27 15:04:13 +0200
committertv <tv@iiso>2011-09-27 15:11:31 +0200
commitf305a70357d95f7e069fe852df30859e0557ac56 (patch)
tree277e690511a1a5df781c95abc3d9d8f484d841b9 /bridge/lib/bridge/bin/attach
parent4c5a56ef5a49f6e045b1718b4e05c4f92f1247c4 (diff)
//bridge bin/*: add synopses and shi-
Diffstat (limited to 'bridge/lib/bridge/bin/attach')
-rwxr-xr-xbridge/lib/bridge/bin/attach7
1 files changed, 7 insertions, 0 deletions
diff --git a/bridge/lib/bridge/bin/attach b/bridge/lib/bridge/bin/attach
index 2edefbe3..f456f8a6 100755
--- a/bridge/lib/bridge/bin/attach
+++ b/bridge/lib/bridge/bin/attach
@@ -1,3 +1,10 @@
#! /bin/sh
+#
+# Attach current tty to a session.
+#
+## SYNOPSIS
+#
+# bridge attach SESSION
+#
set -euf
exec tmux -L bridge attach-session -t "$1"