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