Move all files to reading-college/demo/
This commit is contained in:
parent
9bb0b58dfd
commit
8b2fabb6b7
15 changed files with 0 additions and 0 deletions
11
reset
11
reset
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
tmux list-windows -F '#{window_name} #{window_active}' \
|
||||
| awk '$2 == 0 {print $1}' \
|
||||
| xargs -n1 tmux kill-window -t
|
||||
|
||||
./.tmux-sessionizer
|
Loading…
Add table
Add a link
Reference in a new issue