Initial commit

This commit is contained in:
2026-01-21 20:10:02 +02:00
commit 23b3b9aead
6 changed files with 120 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Sourceforge project
REPO="ex-vi"
# Get version using best_release.json
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq '.platform_releases.linux.filename' | cut -d'/' -f3)
echo "$VERSION"