Initial commit

This commit is contained in:
2025-12-30 19:38:22 +02:00
commit 83f7e38419
4 changed files with 43 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://www.leonerd.org.uk/code/libvterm/"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep -o -E 'libvterm-[0-9]{1,}\.[0-9]{1,}(\.[0-9]{1,})?\.tar\.gz' | grep -o -E '[0-9]{1,}\.[0-9]{1,}(\.[0-9]{1,})?' | head -n1)
echo "$VERSION"