Initial commit

This commit is contained in:
2026-01-02 21:12:50 +02:00
commit 6b5b6480da
4 changed files with 37 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
VERSION=$(curl -s https://www.kernel.org/ | grep -m1 -A1 'stable:' | grep -oP '(?<=strong>).*(?=</strong.*)')
echo "$VERSION"