1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# 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 ray login demo1 password demo1_password
machine weirdlogin login uname password pass#pass
machine google.com
login alice@google.com
not-a-keyword
password secure
also-not-a-keyword
default
login anonymous
password joe@example.com
|