7
0
Fork 0
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.
visningsskripts/bin/cookie

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"