diff --git a/transfer.kiska.pw-upload b/transfer.kiska.pw-upload deleted file mode 100755 index 824d960..0000000 --- a/transfer.kiska.pw-upload +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -curl -s --upload-file "$1" https://transfer.kiska.pw/ | sed 's,#,%23,g'; echo diff --git a/transfer.notkiska.pw-upload b/transfer.notkiska.pw-upload new file mode 100755 index 0000000..1e000de --- /dev/null +++ b/transfer.notkiska.pw-upload @@ -0,0 +1,2 @@ +#!/bin/bash +curl -s --upload-file "$1" https://transfer.notkiska.pw/ | sed 's,#,%23,g'; echo