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