New-Cli-Installer/tests/unit-proccess-tailing.cpp
2022-08-08 00:55:17 +04:00

6 lines
181 B
C++

#include "follow_process_log.hpp"
int main() {
tui::detail::follow_process_log_widget({"/bin/sh", "-c", "sleep 1 && echo \"I slept\" && sleep 1 && echo \"I slept twice\""});
}