Read params from a file on Android

This commit is contained in:
Connor Imes 2015-10-29 15:16:21 -05:00
parent f85f22c04f
commit 5a2459748b
2 changed files with 43 additions and 4 deletions

9
resources/android_params Normal file
View 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