5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -s "https://raw.githubusercontent.com/Mindwerks/wildmidi/master/README.md" \
|
|
| awk '/^Version:/ {print $2}' # | head -n 1
|