23 lines
386 B
Plaintext
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
|
||
|
|