Files
infra/dotfiles/common/.tmux/plugins/tmux-resurrect/scripts/restore.exp
2026-03-17 10:17:42 +01: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