8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pidof elm-server || (cd "$HOME/.local/lib" elm-server) &
|
|
|
|
sleep 1
|
|
|
|
chromium-browser --app="http://localhost:8000/cookie.elm"
|