#!/bin/bash PORT=3773 /usr/bin/brave --app="http://localhost:$PORT/" & /usr/bin/julia \ --project=/home/me/software/c_uni/medtech/ \ -e "using Pluto; Pluto.run(port=$PORT, launch_browser=false, require_secret_for_open_links=false, require_secret_for_access=false)"