#!/bin/sh tmux has-session -t path-extractor && tmux kill-session -t path-extractor || : tmux new-session -d -s path-extractor " ~/bin/path-extractor.zsh < /tmp/tmux-buffer tmux detach sleep 20 " tmux set-option -t path-extractor status off exec tmux attach-session -t path-extractor