Advertisement
LittleJok3r

nambah http

Jun 15th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. #!/bin/bash
  2. for i in `cat namafile.txt`; do
  3. echo "http://$i">>filebaru.txt
  4. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement