fork download
  1. #!/bin/bash
  2. if true ; then
  3. (echo dummy)
  4. fi
  5. echo "Line no:" $LINENO "Bash version:" $BASH_VERSION
  6.  
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
dummy
Line no: 5 Bash version: 4.4.11(1)-release