6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
while read line ; do
|
||
|
echo "OK"
|
||
|
done
|