Michel Roux
a58a3df760
Some checks reported errors
continuous-integration/drone/push Build was killed
7 lines
197 B
Bash
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
|