diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-17 11:51:54 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-17 11:54:00 +0200 |
| commit | ab497e439d9c8c41d7f43998a7b782fe4720d856 (patch) | |
| tree | 6d1589c0e950b52125c6d516fa31152173d62ff9 /src/ascii.c | |
| parent | 5f068ebcc05703ac7e4f1051fbe5eaf21f0d7f75 (diff) | |
added OS/distro name
Diffstat (limited to 'src/ascii.c')
| -rw-r--r-- | src/ascii.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ascii.c b/src/ascii.c index 328ec7f..5fc81be 100644 --- a/src/ascii.c +++ b/src/ascii.c @@ -79,6 +79,7 @@ void print_ascii_art(struct system_info_t *info) void print_system_info(struct system_info_t *info) { + printf("OS: %s\n", info->distro); printf("Kernel: %s\n", info->kernel); printf("CPU: %s\n", info->cpu); printf("%s\n", info->memory); |
