2016-10-19 15:53:18 +03:00
|
|
|
#!/usr/bin/env node
|
2017-11-21 05:10:03 +03:00
|
|
|
/**
|
2023-09-16 02:49:41 +03:00
|
|
|
* @license
|
|
|
|
* Copyright 2017 Google LLC
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2017-11-21 05:10:03 +03:00
|
|
|
*/
|
2017-05-08 03:19:42 +03:00
|
|
|
|
2021-09-15 02:15:36 +03:00
|
|
|
import {begin} from './bin.js';
|
|
|
|
|
2022-06-10 20:23:08 +03:00
|
|
|
await begin();
|