Last active
September 12, 2023 10:04
-
-
Save MikeeI/90c9ec84cc817b75cfc926eac9877de5 to your computer and use it in GitHub Desktop.
Script - Geekbench 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget http://cdn.geekbench.com/Geekbench-5.4.5-Linux.tar.gz | |
tar -zxvf Geekbench-5.4.5-Linux.tar.gz | |
cd Geekbench-5.4.5-Linux | |
./geekbench_x86_64 | |
echo END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment