Advertisement
Xioth

Bash - TD1 - repete.sh

Jan 25th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.07 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. while true
  4. do
  5.     read entry
  6.     echo -e "$entry\n$entry"
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement