TestREPO1/uname.sh
Baltrust d85e3cb932
All checks were successful
/ test (push) Successful in 2s
Add uname.sh
tesing uname.sh script
2024-09-24 19:02:05 +03:00

7 lines
No EOL
68 B
Bash

#!/bin/bash
echo "kernel version:"
uname -r
echo "Linux:"
uname -a