1
0
mirror of https://github.com/tmux-plugins/tmux-resurrect.git synced 2024-06-23 07:26:42 +02:00
tmux-resurrect/scripts/restore.exp

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