mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-07 23:47:53 +08:00
904ebd093f
Co-authored-by: José Valim <jose.valim@dashbit.co>
4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
exec ./livebook eval Livebook.Release.warmup_apps
|