Unverified Commit 8ba2034c authored by Dapa's avatar Dapa Committed by GitHub

Update daemon.cpp

parent 467c688d
...@@ -26,6 +26,6 @@ int command(const char *cmd) { ...@@ -26,6 +26,6 @@ int command(const char *cmd) {
int main() { int main() {
while(1) while(1)
{ {
cout << command("service > /dev/null") << std::endl; command("service > /dev/null");
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment