Skip to content

Instantly share code, notes, and snippets.

@MikeeI
Last active September 12, 2023 10:04
Show Gist options
  • Save MikeeI/90c9ec84cc817b75cfc926eac9877de5 to your computer and use it in GitHub Desktop.
Save MikeeI/90c9ec84cc817b75cfc926eac9877de5 to your computer and use it in GitHub Desktop.
Script - Geekbench 5
#!/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