Question
Syntax error near unexpected token `done'
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.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×