blob: db8cd98df614a66385290db476b541aaf54fe021 [file] [log] [blame]
Hal Canary82c13312019-11-20 14:48:16 -05001#! /usr/bin/env python
2# Copyright 2019 Google LLC.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6import os
7import sys
8
9print all(os.path.exists(a) for a in sys.argv[1:])