mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 22:42:54 +00:00
4 lines
58 B
Bash
Executable File
4 lines
58 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
grep -oP '(?<="version": ")[^"]*' "$1"
|