Re: Re: rtems shell script

2018-04-12 Thread bin.w...@qkmtech.com
...@qkmtech.com From: bin.w...@qkmtech.com Date: 2018-04-12 16:12 To: Chris Johns; Users Subject: Re: Re: rtems shell script hi chris: i know where i am wrong , "#! joel" there is a space in the "!" and the "joel",but at first i do not add the space. and the file can

Re: Re: rtems shell script

2018-04-12 Thread bin.w...@qkmtech.com
ow i can execute the script successfully ,thank you very much , but i can not see the echo in my shell output. how can i see my command output just like i put one command in the shell ? best ben bin.w...@qkmtech.com From: bin.w...@qkmtech.com Date: 2018-04-12 15:58 To: Chris Johns; Users Subj

Re: Re: rtems shell script

2018-04-12 Thread bin.w...@qkmtech.com
On 12/04/2018 17:40, Chris Johns wrote >It can. You need to add "#! joel" as the first line and you need to set an >appropriate the execute bit, that is user, group or other. thank you very much as you said i add "#! joel"as the first line ,and i change the mode to 777, but i still can not