tooot/publish/publish.sh

8 lines
114 B
Bash
Raw Normal View History

2021-01-27 00:35:34 +01:00
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Arguments incorrect"
exit 1
fi
expo publish --release-channel=$1