ソースを参照

Workaround for hash no longer needed with current transfer.sh code

master
JustAnotherArchivist 5年前
コミット
cbd952024b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      transfer.notkiska.pw-upload

+ 1
- 1
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

読み込み中…
キャンセル
保存