mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-21 10:56:10 +08:00
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
|