mirror of
https://github.com/facebook/rocksdb
synced 2026-05-24 09:29:21 +00:00
9 lines
107 B
C++
9 lines
107 B
C++
|
|
|
||
|
|
|
||
|
|
#include "ShellContext.h"
|
||
|
|
|
||
|
|
int main(int argc, char ** argv) {
|
||
|
|
ShellContext c(argc, argv);
|
||
|
|
c.run();
|
||
|
|
}
|