Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 313 Bytes

cloudinfo

Get information on the currently running cloud no matter the provider

Adding a cloud provider

Submit the output of the following command in a new issue:

for foo in /sys/class/dmi/id/*; do echo -n "$(basename $foo) = "; cat $foo; done