Sign in
akaros
/
upstream
/
59a5912569f51e802dfd6f63269c72e57b530d67
/
.
/
kern
/
kfs
/
bin
/
ps
blob: fcadb840afbc38f7edb1091d2fdbd61fba651106 [
file
]
#!/bin/bash
for
i
in
`echo '#proc/*/status'`
do
cat $i
echo
done