#!/bin/bash while read line ; do echo "OK" done