fork download
  1. #!/bin/bash
  2. echo "$BASH_VERSION"
  3. source /dev/stdin <<<"$(echo bar=baz)"
  4. echo "$bar"
Success #stdin #stdout 0s 4468KB
stdin
Standard input is empty
stdout
5.0.3(1)-release
baz