fork download
  1. #!/bin/bash
  2. a = 5
  3. echo $a
Success #stdin #stdout #stderr 0.01s 5276KB
stdin
Standard input is empty
stdout

	
stderr
./prog.sh: line 2: a: command not found