Skip to content

Instantly share code, notes, and snippets.

@makerneo-com
Created July 11, 2014 13:46
Show Gist options
  • Select an option

  • Save makerneo-com/5545c01667f32f51fa6f to your computer and use it in GitHub Desktop.

Select an option

Save makerneo-com/5545c01667f32f51fa6f to your computer and use it in GitHub Desktop.
#!/bin/bash
while [[ 1 == 1 ]]; do
if [[ $(ip a | grep ppp0 | grep -v DOWN) != '' ]]; then
exit;
fi
if [[ $(ip a | grep ppp0) == '' ]]; then
pon h2ero
fi
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment