annotate scripts/info.sh @ 59:8c63436837f9

add system info scripts
author smith@nwoca.org
date Wed, 09 Mar 2016 01:19:07 +0000
parents scripts/d-ps.sh@99efff8e5337
children cc997ae758c6
rev   line source
55
77ff739c078d add script to provide shortened docker ps with ssdt labels
smith@nwoca.org
parents:
diff changeset
1 #!/bin/bash
59
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
2 echo $BASH_VERSION
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
3 echo "----------------------"
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
4 docker info
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
5 echo "----------------------"
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
6 /ssdt/scripts/d-images.sh
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
7 echo "----------------------"
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
8 /ssdt/scripts/d-ps.sh