Skip to content

Instantly share code, notes, and snippets.

@jwhb
Last active February 10, 2020 13:41
Show Gist options
  • Save jwhb/f6d4bdad280569d409e7d00bc64fba35 to your computer and use it in GitHub Desktop.
Save jwhb/f6d4bdad280569d409e7d00bc64fba35 to your computer and use it in GitHub Desktop.
Bash KeepAlive script. This is useful to avoid freezing of Eclipse Che terminals.
#!/bin/sh
while true; do >&2 printf '\x00'; sleep 20; done &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment