browser: open http://loopback via xdg-open (allows us to abstract away details and reuse the script) spawn_everything: launch all the stuff I require for my full desktop experience on boot.
4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
xdg-open "https://127.0.0.1"
|