Initial commit

This commit is contained in:
2025-11-13 21:32:08 +02:00
commit 19c0495837
4 changed files with 46 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Sourceforge project
REPO="dos2unix"
# 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"