forked from Silverfish/proton-bridge
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
sed -n "s/BRIDGE_APP_VERSION?=\(\S*\)/\1/p" "$(dirname $0)/../Makefile"
|