Skip to content

Instantly share code, notes, and snippets.

View roworu's full-sized avatar
📵

roworu roworu

📵
View GitHub Profile
#!/bin/bash
# Create the results file with current date
current_dir=$(pwd "$0")
timestamp=$(date +%Y-%m-%d_%H-%M-%S)
results_file="${current_dir}/results_${timestamp}.txt"
collect_results() {
# Get system information
kernel_version=$(uname -r)