Browse Source

remove uplss

raylu 4 years ago
parent
commit
c65fd28d5d
1 changed files with 0 additions and 9 deletions
  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