Michel Roux
7bdf52f83f
Some checks reported errors
continuous-integration/drone/push Build was killed
7 lines
179 B
Bash
7 lines
179 B
Bash
#!/usr/bin/env bash
|
|
|
|
for FILE in output/*
|
|
do
|
|
curl -Ss -u "${USER}":"${PASS}" -T "${FILE}" "https://cloud.crystalyx.net/remote.php/dav/files/${USER}/Public/TWI/${FILE##*/}"
|
|
done
|