Skip to content

Instantly share code, notes, and snippets.

@mmguero
Last active December 3, 2025 18:47
Show Gist options
  • Select an option

  • Save mmguero/d0a8d1a8953e7c4fcc9dbeb306a35c31 to your computer and use it in GitHub Desktop.

Select an option

Save mmguero/d0a8d1a8953e7c4fcc9dbeb306a35c31 to your computer and use it in GitHub Desktop.
spawn a command with expect and interact with it
while true; do expect -c '
spawn bash partyloud.sh
sleep 300
send "\r"
interact
'; sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment