All checks were successful
/ test (push) Successful in 2s
tesing uname.sh script
7 lines
No EOL
68 B
Bash
7 lines
No EOL
68 B
Bash
#!/bin/bash
|
|
|
|
echo "kernel version:"
|
|
uname -r
|
|
|
|
echo "Linux:"
|
|
uname -a |