mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 20:40:28 +00:00
Add redbean -I flag for launching browser
It's now possible with any redbean (including redbean-original) to launch the system web browser without having to use the Lua API. For example, you can create an args file: echo -I/ >.args zip redbean-original.com .args That will white-label redbean so it launches a specific page when you double-click on the executable. See https://github.com/jart/cosmopolitan/discussions/472
This commit is contained in:
parent
4d25f8c3c9
commit
5b11033d4d
3 changed files with 7 additions and 4 deletions
|
@ -79,6 +79,7 @@ FLAGS
|
|||
-P PATH pid file location
|
||||
-U INT daemon set user id
|
||||
-G INT daemon set group id
|
||||
-w PATH launch browser on startup
|
||||
--strace enables system call tracing (see also -Z)
|
||||
--ftrace enables function call tracing (see also -f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue