Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Making Your Own Apps - Development Environment Setup
# This script installs the tools you'll need for the course
set -e # Exit on any error
echo "==================================="
echo "Making Your Own Apps - Setup Script"
echo "==================================="