#!/bin/sh cat probing.1 | tee abbiefetch cat system_detection.2 | tee -a abbiefetch cat hostname_username.3 | tee -a abbiefetch cat processor_detection.4 | tee -a abbiefetch cat kernel_info.5 | tee -a abbiefetch cat gpu_detection.6 | tee -a abbiefetch cat distro_machine_detection.7 | tee -a abbiefetch cat display_results.8 | tee -a abbiefetch chmod +x abbiefetch