Move all files to reading-college/demo/

This commit is contained in:
Oliver Davies 2025-10-02 08:59:27 +01:00
parent 9bb0b58dfd
commit 8b2fabb6b7
15 changed files with 0 additions and 0 deletions

11
reset
View file

@ -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