Skip to content

Instantly share code, notes, and snippets.

View mandrewstuart's full-sized avatar

Andrew Matte mandrewstuart

  • Toronto, Canada
View GitHub Profile
@mandrewstuart
mandrewstuart / release.sh
Created March 15, 2019 21:04 — forked from rodydavis/release.sh
Flutter Release Script with Fastlane
#!/bin/bash
echo "App Release Automator by @rodydavis"
action="$1"
red=`tput setaf 1`
green=`tput setaf 2`
reset=`tput sgr0`
if [ ${action} = "build" ]; then