This commit is contained in:
2022-02-23 04:15:41 +01:00
parent 817af8abdc
commit d180a7bd17
13 changed files with 18 additions and 22 deletions

View File

@@ -1,29 +0,0 @@
#!/bin/bash
clear
echo "################################################"
echo "# Version: 0.1v #"
echo "# #"
echo "# Geekbench 5 #"
echo "# Downloader #"
echo "# #"
echo "# by #"
echo "# johanneskr.de #"
echo "# #"
echo "# #"
echo "################################################"
echo ""
echo ""
echo "DE >"
echo "Dieses Script startet gleich automatisch."
echo ""
echo "EN >"
echo "This script will start automatically."
sleep 1
echo ""
echo ""
echo ""
echo "LETS GO!"
cd ~
wget https://cdn.geekbench.com/Geekbench-5.4.0-Linux.tar.gz
tar xf Geekbench-5.4.0-Linux.tar.gz
echo "Finish, run with \"cd Geekbench-5.4.0-Linux/ && ./geekbench5"\"