summaryrefslogtreecommitdiffstats
path: root/bridge/lib/bridge/bin/destroy
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/lib/bridge/bin/destroy')
-rwxr-xr-xbridge/lib/bridge/bin/destroy12
1 files changed, 0 insertions, 12 deletions
diff --git a/bridge/lib/bridge/bin/destroy b/bridge/lib/bridge/bin/destroy
deleted file mode 100755
index dffdbd8a..00000000
--- a/bridge/lib/bridge/bin/destroy
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /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"