Initial Commit

This commit is contained in:
2025-05-11 18:51:35 +03:00
commit dfc7d3f1cb
4 changed files with 6372 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"