fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
9 lines
107 B
9 lines
107 B
![]()
13 years ago
|
|
||
|
|
||
|
#include "ShellContext.h"
|
||
|
|
||
|
int main(int argc, char ** argv) {
|
||
|
ShellContext c(argc, argv);
|
||
|
c.run();
|
||
|
}
|