mpstat.sh --8<-- #!/bin/bash for x in 1 2 3; do echo "Wert $x" sleep 1 done