getmac
getmac copied to clipboard
Sample collection script
Presently, the collection of samples (saved output of commands or scripts) is a highly manual and inconsistent process. Having a standardized script to automate this collection on variants of a platform would help greatly with development efforts, as well as troubleshooting.
This script needs to be able to run on multiple platforms, including Windows, OSX, Linux, BSDs, and various obscure and inane platforms.
To test, use Vagrant to spin up test machines. See the Vagrantfile in the repo root for usage: https://github.com/GhostofGoes/getmac/blob/master/Vagrantfile
Tasks:
- [ ] Create a script to collect samples for all relevant commands on a platform and save output into the appropriately named sub-directory in
samples/ - [ ] Make a standardized set of commands for the script to run for each platform (e.g. Windows)
Stretch goal:
- [ ] Add option to upload the results to Pastebin (or any other site that fits the purpose)