Ver a proveniência

Print deletion URL on stderr

master
JustAnotherArchivist há 4 anos
ascendente
cometimento
163aacf13c
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      transfer.notkiska.pw-upload

+ 1
- 1
transfer.notkiska.pw-upload Ver ficheiro

@@ -1,2 +1,2 @@
#!/bin/bash
curl -s --upload-file "$1" https://transfer.notkiska.pw/ | sed 's,%40,@,g'; echo
curl -sv --upload-file "$1" https://transfer.notkiska.pw/ 2> >(grep -Po -m 1 '< X-Url-\KDelete: .*' >&2) | sed 's,%40,@,g'; echo

Carregando…
Cancelar
Guardar