2021-11-11 20:44:40 +03:00

8 lines
71 B
Bash
Executable File

#!/bin/bash
while read X; do
echo "You entered: $X"
done
echo "End"