7 lines
No EOL
68 B
Bash
Executable file
7 lines
No EOL
68 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "kernel version:"
|
|
uname -r
|
|
|
|
echo "Linux:"
|
|
uname -a |