blob: 4c491ef0709bb4ad006b3f5014abecf63acd3fd5 [file] [log] [blame]
#!/bin/bash
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Run turtle graphics inside virtualenv.
#
# This script is a canonical template that can be copied to other
# repositories.
set -eu
original=$(pwd)
cd -- "$(readlink -e -- "$(dirname -- "$0")")"
. ./find_virtualenv.sh
cd -- "$original"
exec_python_module turtle "$@"