configpolicy/roles/serterm/files/remove-window.sh

7 lines
93 B
Bash

#!/bin/sh
# vim: set sw=4 ts=4 sts=4 et :
port="$1"
exec tmux kill-window -t "${port##*/}"