#!/usr/bin/env bash

DIR="$(dirname "$(readlink -f "$0")")"
cd /tmp/demo
echo '$ touch greeting.py'
cp "${DIR}/../code-examples/python-start.py" greeting.py
echo '$ chmod +x !$'
chmod +x greeting.py
echo '$ vim greeting.py'
echo '$ git status'
git -c color.ui=always status