summaryrefslogtreecommitdiffstats
path: root/bridge/lib/bridge/bin/destroy
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/destroy
parent4c5a56ef5a49f6e045b1718b4e05c4f92f1247c4 (diff)
//bridge bin/*: add synopses and shi-
Diffstat (limited to 'bridge/lib/bridge/bin/destroy')
-rwxr-xr-xbridge/lib/bridge/bin/destroy9
1 files changed, 9 insertions, 0 deletions
diff --git a/bridge/lib/bridge/bin/destroy b/bridge/lib/bridge/bin/destroy
index f625d138..dffdbd8a 100755
--- a/bridge/lib/bridge/bin/destroy
+++ b/bridge/lib/bridge/bin/destroy
@@ -1,3 +1,12 @@
#! /bin/sh
+#
+# Destroy a session.
+#
+## SYNOPSIS
+#
+# bridge destroy SESSION
+#
+# Note that this may destroy similar named sessions (by implication / tmux)
+#
set -euf
tmux -L bridge kill-session -t "$1"