raylu 4 年 前
コミット
c65fd28d5d
1 ファイル変更0 行追加9 行削除
  1. 0 9
      uplss

+ 0 - 9
uplss

@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-
-file="$HOME/screenshot.png"
-url=`curl -m 5 -s https://mixtape.moe/upload.php -F "files[]=@$file" | grep -o '"url":".*",'`
-url=${url:7:${#url}-9}
-url=${url//\\\//\/}
-x-www-browser $url