blob: 5822685512a9d3a24c17953eef698879a4abdc4d [file] [log] [blame]
#include <iostream>
int main(int argc, char* argv[]) {
std::cout << "fooctl does nothing" << std::endl;
}