Skip to content

Instantly share code, notes, and snippets.

@Yanovskiy
Last active August 29, 2015 13:56
Show Gist options
  • Save Yanovskiy/8982103 to your computer and use it in GitHub Desktop.
Save Yanovskiy/8982103 to your computer and use it in GitHub Desktop.
test anything
function test(){
echo -n "Testing configuration. Please wait..."
sleep 5
while true
do
echo -n "."
sleep 10
done
}
test &
@IceBrotheR
Copy link

great job!

@Yanovskiy
Copy link
Author

@IceBrotheR thank you beautiful girl

@gumeniukcom
Copy link

nice one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment