ソースを参照

transfer.kiska.pw -> transfer.notkiska.pw

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

+ 0
- 2
transfer.kiska.pw-upload ファイルの表示

@@ -1,2 +0,0 @@
#!/bin/bash
curl -s --upload-file "$1" https://transfer.kiska.pw/ | sed 's,#,%23,g'; echo

+ 2
- 0
transfer.notkiska.pw-upload ファイルの表示

@@ -0,0 +1,2 @@
#!/bin/bash
curl -s --upload-file "$1" https://transfer.notkiska.pw/ | sed 's,#,%23,g'; echo

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