This website requires JavaScript.
Explore
Help
Sign In
dustin
/
configpolicy
Watch
1
Star
1
Fork
You've already forked configpolicy
0
Code
Issues
Releases
Activity
a63ee2bff5
configpolicy
/
roles
/
serterm
/
files
/
remove-window.sh
7 lines
93 B
Bash
Raw
Blame
History
#!/bin/sh
# vim: set sw=4 ts=4 sts=4 et :
port
=
"
$1
"
exec
tmux kill-window -t
"
${
port
##*/
}
"
Reference in New Issue
View Git Blame
Copy Permalink