blob: 5b1cdd8d5c34b40bee72c307945de6a43b80fb04 [file]
// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "remoting/host/linux/remote_session_info_main.h"
int main(int argc, char** argv) {
return remoting::RemoteSessionInfoMain(argc, argv);
}