mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-21 03:21:11 -07:00
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
|
|
/**
|
||
|
|
* @license
|
||
|
|
* Copyright 2026 Google LLC
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
console.log(
|
||
|
|
'Session Started! This is running from a script in the hooks-example extension.',
|
||
|
|
);
|