The following bash scripts reads a bunch of lines from the standard input and prints them out on the standard output.
#!/bin/bash while read -r LINE; do