mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 09:53:47 +02:00
add geekbench_downloader.sh
This commit is contained in:
31
sh_scripts/geekbench_downloader.sh
Normal file
31
sh_scripts/geekbench_downloader.sh
Normal file
@@ -0,0 +1,31 @@
|
||||
#/bin/bash
|
||||
clear
|
||||
echo "################################################"
|
||||
echo "# #"
|
||||
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 5
|
||||
echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
echo "LETS GO!"
|
||||
|
||||
wget https://cdn.geekbench.com/Geekbench-5.4.0-Linux.tar.gz
|
||||
tar xf Geekbench-5.0.0-Linux.tar.gz
|
||||
cd Geekbench-5.0.0-Linux/
|
||||
|
||||
echo "Finish, run with ./geekbench5"
|
||||
Reference in New Issue
Block a user