Initial Commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=$(curl -s https://www.kernel.org/ | grep -m1 -A1 'stable:' | grep -oP '(?<=strong>).*(?=</strong.*)')
|
||||
|
||||
echo "$VERSION"
|
||||
Reference in New Issue
Block a user