Add comments, move documentation directory and add license

This commit is contained in:
2025-05-11 12:34:32 +03:00
parent 20a52662a1
commit 2225babe16
3 changed files with 18 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Package name
NAME="intltool"
# Get version number from launchpad API
VERSION=$(curl -s -L https://api.staging.launchpad.net/1.0/"$NAME"/releases | jq -r '.entries[-1].version')
echo "$VERSION"