plik
plik copied to clipboard
Fix: encode URL in the bash client
curl sometimes cannot work when encountering commands with special characters like
curl -s 'https://domain/filename with spaces.txt' > filename with spaces.txt
Before outputting the command, we need to encode the URL first.