mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
8 lines
183 B
C++
8 lines
183 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#include "osquery/devtools.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return osquery::devtools::launchIntoShell(argc, argv);
|
|
}
|