blob: 9b27844fda8b6505e8d394d2e74db46cfb5e2dc6 [file] [log] [blame]
Fumitoshi Ukai3ca8d0d2023-04-13 05:24:08 +00001#!/usr/bin/env bash
2
3# Copyright (c) 2023 Google Inc. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7base_dir=$(dirname "$0")
8PYTHONDONTWRITEBYTECODE=1 exec python3 "$base_dir/siso.py" "$@"