diff --git a/transfer.notkiska.pw-upload b/transfer.notkiska.pw-upload index 9760e78..8d57484 100755 --- a/transfer.notkiska.pw-upload +++ b/transfer.notkiska.pw-upload @@ -1,2 +1,2 @@ #!/bin/bash -curl -s --upload-file "$1" https://transfer.notkiska.pw/; echo +curl -s --upload-file "$1" https://transfer.notkiska.pw/ | sed 's,%40,@,g'; echo