livebook/rel/app/macos/run.sh
2023-01-16 21:09:47 +01:00

5 lines
104 B
Bash
Executable file

#!/bin/sh
set -euo pipefail
. `dirname $0`/build_app.sh
open -W --stdout `tty` --stderr `tty` $app_dir