Imported Upstream version 2.4.1
[scm/test.git] / vendor / github.com / bgentry / go-netrc / netrc / examples / good.netrc
1 # I am a comment
2 machine mail.google.com
3         login joe@gmail.com
4         account justagmail #end of line comment with trailing space 
5         password somethingSecret
6  # I am another comment
7
8 macdef allput
9 put src/*
10
11 macdef allput2
12   put src/*
13 put src2/*
14
15 machine ray login demo password mypassword
16
17 machine weirdlogin login uname password pass#pass
18
19 default
20         login anonymous
21         password joe@example.com
22