2
0
mirror of https://github.com/status-im/status-react.git synced 2025-02-23 16:18:32 +00:00
2017-12-12 09:05:18 +01:00

9 lines
168 B
Bash
Executable File

#!/usr/bin/env bash
function property() {
grep "${2}" ${1}|cut -d'=' -f2
}
function property_gradle() {
property $(repo_path)/android/gradle.properties ${1}
}