blob: ccfba8c6d2fe8436b1e24a82a533b5460ad81988 [file] [log] [blame]
#!/bin/ash
for i in `echo '#p/*/status'`
do
cat $i
echo
done