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