#!/bin/bash

log=/linuxcash/logs/current/hardware_info.log
echo "`date '+%F %X'`" | tee -a $log
lshw | tee -a $log
lscpu | tee -a $log
echo "" >> $log
