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