fork download
  1. #!/bin/bash
  2.  
  3. echo that should work right?
  4.  
  5. cat -A prog.sh
Success #stdin #stdout #stderr 0s 4360KB
stdin
Standard input is empty
stdout
#!/bin/bash$
$
echoM-BM- that should work right?$
$
cat -A prog.sh
stderr
./prog.sh: line 3: echo that: command not found