Files
infra/dotfiles/desktop/.tmux/plugins/tmux-resurrect/scripts/restore.exp
2026-03-31 19:00:15 +02:00

15 lines
324 B
Plaintext
Executable File

#!/usr/bin/env expect
# start tmux
spawn tmux -S/tmp/foo
# delay with sleep to compensate for tmux starting time
sleep 2
# run restore script directly
send "~/.tmux/plugins/tmux-resurrect/scripts/restore.sh\r"
# long wait until tmux restore is complete
# (things get messed up if expect client isn't attached)
sleep 100