mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-04-30 12:55:34 +02:00
7 lines
100 B
Bash
7 lines
100 B
Bash
#!/bin/sh
|
|
if [ -e config/requirements.txt ]
|
|
then
|
|
uv add -r config/requirements.txt
|
|
fi
|
|
|
|
exec "$@" |