mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
12 lines
134 B
Bash
Executable File
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
|
|
|
|
|