Files
linux-script/sh_scripts/geekbench_downloader.sh

31 lines
983 B
Bash

#/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.4.0-Linux.tar.gz
cd Geekbench-5.0.0-Linux/
echo "Finish, run with ./geekbench5"