Re: Benchmarking Artix & Comparing it to other distributions
Reply #3 –
#!/bin/bash
SYSTEMD="insane"
counter=1
while [ "$SYSTEMD" != "sane" ]; do
echo -ne "A stop job is running for a vague reason (${counter}s \ 99999999999999s)\r"
counter=$((counter + 1))
sleep 1
done
That's pretty much exactly how they do it