File: example.netrc

package info (click to toggle)
golang-github-fhs-go-netrc 0.0~git20160504.0.4ffed54-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 68 kB
  • ctags: 28
  • sloc: makefile: 13
file content (14 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
machine mail.google.com
	login joe@gmail.com
	account gmail
	password somethingSecret

machine ray login demo password mypassword

macdef allput
put src/*

default
	login anonymous
	password joe@example.com