We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19599fa commit 7786979Copy full SHA for 7786979
1 file changed
upload.sh
@@ -11,7 +11,6 @@ echo "[1] Github Release [gh auth login]
11
[5] Gofile
12
[6] oshi.at
13
[7] Sourceforge [Key]
14
-[8] Buzzheavier
15
"
16
read -p "Please enter your number: " UP
17
read -p "Please enter file path/name: " FP
@@ -59,10 +58,3 @@ read -p "Please enter upload location:
59
58
Note: Path after /home/frs/project/" UPL
60
scp $FP "$USER"@frs.sourceforge.net:/home/frs/project/$UPL
61
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