mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-15 12:25:31 +08:00
6 lines
104 B
Bash
6 lines
104 B
Bash
|
#!/bin/sh
|
||
|
set -euo pipefail
|
||
|
|
||
|
. `dirname $0`/build_app.sh
|
||
|
open -W --stdout `tty` --stderr `tty` $app_dir
|