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