summaryrefslogtreecommitdiffstats
path: root/bridge/lib/bridge/bin/attach
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 03:03:22 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 03:03:22 +0100
commit96151bd07330aee400fb99fd9f8f117bae42c9e5 (patch)
tree44c3f35a4d89e96ec97812a5879baa30bb4df0b8 /bridge/lib/bridge/bin/attach
parent4ae4f5f461a6d5f6290ef7da516ea22db93bfd91 (diff)
bridge -> Cancer/\1
Diffstat (limited to 'bridge/lib/bridge/bin/attach')
-rwxr-xr-xbridge/lib/bridge/bin/attach10
1 files changed, 0 insertions, 10 deletions
diff --git a/bridge/lib/bridge/bin/attach b/bridge/lib/bridge/bin/attach
deleted file mode 100755
index f456f8a6..00000000
--- a/bridge/lib/bridge/bin/attach
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-#
-# Attach current tty to a session.
-#
-## SYNOPSIS
-#
-# bridge attach SESSION
-#
-set -euf
-exec tmux -L bridge attach-session -t "$1"