blob: aebfe9f0f532f6c07eee9460ca7de7ad2f9c4aea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# sysinfo
Shell script for Linux to show essential system information.
This script can be used to show off your computer specs on IRC.
Example output:
[aeon][Linux 4.4.5-1-ARCH][Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz][GeForce GTX 970][Memory used: 14330/16044 Mib][Swap used: 0/16383 Mib][Disk used: 101/716 Gib][Load 0.33][Uptime 5 days, 11:15]
### License
This script is licensed as CC0 1.0 Universal
You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
See https://creativecommons.org/publicdomain/zero/1.0/ for more information.
|