This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/upload.sh
Michel Roux a58a3df760
Some checks reported errors
continuous-integration/drone/push Build was killed
Fix sh
2022-01-18 22:14:09 +00:00

7 lines
197 B
Bash

#!/usr/bin/env bash
for FILE in output/epubs/*
do
curl -Ss -u "${USERNAME}":"${PASSWORD}" -T "${FILE}" "https://cloud.crystalyx.net/remote.php/dav/files/${USERNAME}/Public/TWI/${FILE##*/}"
done