which ending should a vxworks script have?
I want to execute some shell commands automatically, but I don't know in which format the scripts must be written.
.sh , .bat ....?
Can anybody help me with this problem?
Thanks a 开发者_运维问答lot
Simply one command per line. No extension needed.
You have to use the redirection operator to execute your script.
-> < myCommandScript
精彩评论