mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Read params from a file on Android
This commit is contained in:
parent
f85f22c04f
commit
5a2459748b
2 changed files with 43 additions and 4 deletions
9
resources/android_params
Normal file
9
resources/android_params
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue