Add uname.sh
All checks were successful
/ test (push) Successful in 2s

tesing uname.sh script
This commit is contained in:
Baltrust 2024-09-24 19:02:05 +03:00
parent 48a695b81e
commit d85e3cb932

7
uname.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
echo "kernel version:"
uname -r
echo "Linux:"
uname -a