blob: 17775237c004b4dbeb4ca0fc0f9b8680cd29675a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# The first line here should be the "servo" argument (without quotes) and the
# last should be the URL to load.
# Blank lines and those beginning with a '#' are ignored.
# Each line should be a separate parameter as would be parsed by the shell.
# For example, "servo -p 10 http://en.wikipedia.org/wiki/Rust" would take 4
# lines (the "-p" and "10" are separate even though they are related).
servo
http://en.wikipedia.org/wiki/Rust
|