Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
#!/usr/bin/python
f = open("/etc/network/interfaces","r")
for baris in f.readlines():
print baris
f.close()