mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
8 lines
84 B
Bash
8 lines
84 B
Bash
#! /usr/bin/env sh
|
|
|
|
cd /app
|
|
|
|
/env.sh > ./.env
|
|
|
|
exec /usr/local/bin/books_downloader
|