Skip to content

Commit 7786979

Browse files
committed
upload: rip Buzzheavier
Signed-off-by: ImSpiDy <SpiDy2713@gmail.com>
1 parent 19599fa commit 7786979

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

upload.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ echo "[1] Github Release [gh auth login]
1111
[5] Gofile
1212
[6] oshi.at
1313
[7] Sourceforge [Key]
14-
[8] Buzzheavier
1514
"
1615
read -p "Please enter your number: " UP
1716
read -p "Please enter file path/name: " FP
@@ -59,10 +58,3 @@ read -p "Please enter upload location:
5958
Note: Path after /home/frs/project/" UPL
6059
scp $FP "$USER"@frs.sourceforge.net:/home/frs/project/$UPL
6160
fi
62-
63-
if [ $UP == 8 ]; then
64-
FN="$(basename $FP)"
65-
echo -e "Started uploading $FN on Buzzheavier..."
66-
BZUP=https://buzzheavier.com/f/$(curl -#o - -T "$FP" https://w.buzzheavier.com/t/$FN | cut -d : -f 2 | cut -d } -f 1 | grep -Po '[^"]*')
67-
echo $BZUP
68-
fi

0 commit comments

Comments
 (0)