WizardKit/.bin/Scripts/linux-old/hw-diags-progress
2017-12-17 21:22:53 -07:00

10 lines
137 B
Bash
Executable file

#!/bin/bash
#
## Wizard Kit: HW Diagnostics - Progress
# Loop forever
while :; do
clear
echo -e "$(cat "$1")"
sleep 1s
done