mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-09 00:17:59 +08:00
5 lines
91 B
Bash
5 lines
91 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd -P -- "$(dirname -- "$0")"
|
||
|
exec ./livebook eval Livebook.Release.warmup_apps
|