This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/bin/bash
|
|
|
|
pidof elm-server || (cd "$HOME/.local/lib" elm-server) &
|
|
|
|
sleep 1
|
|
|
|
chromium-browser --app="http://localhost:8000/cookie.elm"
|