Fumitoshi Ukai | 3ca8d0d | 2023-04-13 05:24:08 +0000 | [diff] [blame] | 1 | #!/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 | |||||
7 | base_dir=$(dirname "$0") | ||||
8 | PYTHONDONTWRITEBYTECODE=1 exec python3 "$base_dir/siso.py" "$@" |