view scripts/info.sh @ 61:cc997ae758c6

add process summary and list
author smith@nwoca.org
date Wed, 09 Mar 2016 01:26:27 +0000
parents 8c63436837f9
children 4f0dd7815e04
line wrap: on
line source
#!/bin/bash
echo $BASH_VERSION
echo "----------------------"
docker info
echo "----------------------"
/ssdt/scripts/d-images.sh
echo "----------------------"
/ssdt/scripts/d-ps.sh
echo "----------------------"
top -b -n 1