abbiefetch/build.sh

11 lines
375 B
Bash
Raw Normal View History

2024-11-12 17:53:59 +00:00
#!/bin/sh
cat probing.1 | tee -p abbiefetch
cat system_detection.2 | tee -ap abbiefetch
cat hostname_username.3 | tee -ap abbiefetch
cat processor_detection.4 | tee -ap abbiefetch
cat kernel_info.5 | tee -ap abbiefetch
cat gpu_detection.6 | tee -ap abbiefetch
cat distro_machine_detection.7 | tee -ap abbiefetch
cat display_results.8 | tee -ap abbiefetch
chmod +x abbiefetch