mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
6 lines
181 B
C++
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\""});
|
|
}
|