mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 06:48:07 +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
|