Adresa
:
[go:
nahoru
,
domu
]
Sign in
chromium
/
chromium
/
src
/
c58bfd3aaa63c2fea39517c957a4225a6c5acf32
/
.
/
tools
/
binary_size
/
supersize
blob: 7082c9fd6d8c5055ef32d33c6b3c7b47403a6277 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# Copyright 2017 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
base_dir
=
$
(
dirname
"$0"
)
exec
python3
"$base_dir/libsupersize/main.py"
"$@"