Last active
October 22, 2021 17:49
-
-
Save ammario/b9d12c46b35e1db7782772060f5e9540 to your computer and use it in GitHub Desktop.
Revisions
-
ammario revised this gist
Oct 22, 2021 . No changes.There are no files selected for viewing
-
ammario revised this gist
Oct 22, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,6 @@ pushd /tmp curl https://cdn.geekbench.com/Geekbench-5.4.1-Linux.tar.gz | tar -xzvf - pushd Geekbench-5.4.1-Linux/ ./geekbench_x86_64 | tee geekbench.log popd popd -
ammario created this gist
Oct 22, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/bin/bash pushd /tmp curl https://cdn.geekbench.com/Geekbench-5.4.1-Linux.tar.gz | tar -xzvf - pushd Geekbench-5.4.1-Linux/ ./geekbench_x86_64 popd popd