2022-03-30 00:03:16 +03:00

8 lines
71 B
Bash
Executable File

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