mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-11 01:28:47 +08:00
5 lines
104 B
Bash
Executable file
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
|