5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
uname -a
|
||
|
printf "%s\n" "$(lsb_release -s -d)"
|