Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Pypi module
|
||||
MODULE="greenlet"
|
||||
|
||||
# Get version using Pypi Rest API
|
||||
VERSION=$(curl -s -L https://pypi.org/pypi/"$MODULE"/json | jq -r '.info.version')
|
||||
|
||||
echo "$VERSION"
|
||||
Reference in New Issue
Block a user