Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- file = $1
- text = $2
- count = $3
- num = 0
- for num in $count; do
- echo text >> file
- echo "" >> file
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement