aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace --fail-with-body with -fHEADmasterXavier Del Campo Romero2025-04-171-5/+5
| | | | | | The former might not be available on older versions of cURL, such as that distributed by Ubuntu focal. Also, slcl-upload is not interested in the HTTP body returned on 4xx errors, so the latter is more appropriate.
* Add -- to basename(1)Xavier Del Campo Romero2023-11-231-1/+1
| | | | | Otherwise, files starting with - might be interpreted by basename(1), leading to unexpected behaviour.
* Use lowercase for variable namesXavier Del Campo Romero2023-11-231-40/+40
|
* Use ls -AXavier Del Campo Romero2023-11-231-2/+2
| | | | This would allow to upload hidden files or directories.
* First commitXavier Del Campo Romero2023-11-223-0/+876