how to write a bash script like the ones used in init.d?
- by Neuquino
I have to write a bash script that makes lot of things. I'd like to print messages as nice as init scripts do. For example:
Doing A... [OK]
Doing B... [ERROR]
....
Do you know any way to make this?
Thanks in advance