mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-10 21:01:10 +00:00
4 lines
73 B
Bash
4 lines
73 B
Bash
|
#!/bin/bash
|
||
|
source $(dirname $0)/../common/libbackend.sh
|
||
|
|
||
|
startBackend $@
|