From cbd952024b32da5b10197bad0a21fe4046a2e14b Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Wed, 24 Apr 2019 15:44:49 +0000 Subject: [PATCH] Workaround for hash no longer needed with current transfer.sh code --- transfer.notkiska.pw-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfer.notkiska.pw-upload b/transfer.notkiska.pw-upload index 1e000de..9760e78 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/ | sed 's,#,%23,g'; echo +curl -s --upload-file "$1" https://transfer.notkiska.pw/; echo