浏览代码

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

正在加载...
取消
保存