blob: 149859832dda3c279d1f951431cabf95a1b889bd [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "//src/ui/bin/terminal/meta/terminal.cml" ],
program: {
args: [
"/bin/guest",
"vsh",
"-c",
],
},
}