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