WizardKit/.linux_items/archlive/airootfs/usr/local/bin/hw-diags-progress
2017-12-06 18:10:39 -08:00

10 lines
128 B
Bash

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