Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Github repository
|
||||
MODULE="MailTools"
|
||||
|
||||
# Get version using the MetaCPAN Rest API
|
||||
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
|
||||
|
||||
echo "$VERSION"
|
||||
Reference in New Issue
Block a user