#include "test-tool.h" /* * Usage: test-tool crontab <file> -l|<input> * * If -l is specified, then write the contents of <file> to stdout. * Otherwise, copy the contents of <input> into <file>. */ int cmd__crontab(int argc, const char **argv) { … }
#include "test-tool.h" /* * Usage: test-tool crontab <file> -l|<input> * * If -l is specified, then write the contents of <file> to stdout. * Otherwise, copy the contents of <input> into <file>. */ int cmd__crontab(int argc, const char **argv) { … }