Files
status-react/scripts/build-android
T
2017-12-08 16:36:38 +01:00

12 lines
134 B
Bash
Executable File

#!/usr/bin/env sh
set -eof pipefail
BRANCH=$1
if [[ $# -eq 0 ]] ; then
echo 'Branch required as first argument'
exit 0
fi