Files
kustomize/vendor/github.com/bgentry/go-netrc/netrc/examples/good.netrc
2018-08-14 14:37:31 -07:00

23 lines
386 B
Plaintext

# I am a comment
machine mail.google.com
login joe@gmail.com
account justagmail #end of line comment with trailing space
password somethingSecret
# I am another comment
macdef allput
put src/*
macdef allput2
put src/*
put src2/*
machine ray login demo password mypassword
machine weirdlogin login uname password pass#pass
default
login anonymous
password joe@example.com