Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi all,
Sorry for a noob question, I’m jus started with Linux today :D My droplet used CentOS 6.5. I have a script name “loop.sh” with this code:
#!/bin/bash while : do sl done
When I try to run it with command “bash loop.sh” there’s error: syntax error near unexpected token `done’.
What can I do now? Please help.
Thank you so much.