add pffft

This commit is contained in:
2024-11-09 14:57:18 -06:00
parent 78a00f71cc
commit a1790b8977
69 changed files with 25719 additions and 0 deletions

9
pffft/bench/unix_info.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
lscpu > unix_lscpu.txt
cat /proc/cpuinfo > unix_cpuinfo.txt
lsb_release -a > unix_lsb_release.txt
FILES=$(ls -1 /etc/*-release)
if [ ! -z "$FILES" ]; then
cp /etc/*-release ./
fi