Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ponsfrilus/cspecs
Script to get computer specs
https://github.com/ponsfrilus/cspecs
Last synced: 4 days ago
JSON representation
Script to get computer specs
- Host: GitHub
- URL: https://github.com/ponsfrilus/cspecs
- Owner: ponsfrilus
- License: unlicense
- Created: 2016-02-18T09:43:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T16:15:36.000Z (over 8 years ago)
- Last Synced: 2023-04-04T19:11:34.108Z (over 1 year ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComSpecs
A bash script to get computer specs (ubuntu).Output exemple: http://sprunge.us/cNRN
Output raw exemple: http://sprunge.us/cJKH
## Usage
Exemple: `sudo ./computer_specs.sh -r -s -p -q -f mytest.md`
```
-h display this help and exit
-f OUTFILE write the result to OUTFILE (markdown)
-p save result as PDF (pandoc needed)
-r add raw information
-q quiet mode
-s sprunge output (perl needed)
-v verbose mode
```