6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
kern="$(uname -r | sed -re 's/(^[0-9]*\.[0-9]*\.[0-9]*-[0-9]*)(.*)/\1/')"
|
||
|
echo -e "$kern "
|
||
|
|