From 1245de4bf0f80e335671cd50a29921952d003534 Mon Sep 17 00:00:00 2001 From: Weike Qu Date: Tue, 5 Sep 2023 17:18:30 -0700 Subject: [PATCH] update --- bin/lima-and-qemu.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lima-and-qemu.pl b/bin/lima-and-qemu.pl index 735f8f6..45e086a 100755 --- a/bin/lima-and-qemu.pl +++ b/bin/lima-and-qemu.pl @@ -9,7 +9,7 @@ #Change this FileMonitor path for local build to installed path system("sudo -b /Applications/FileMonitor.app/Contents/MacOS/FileMonitor >$filemonitor 2>/dev/null"); -system("echo hi") +system("echo hi"); sleep(1) until -s $filemonitor; system("sudo pkill FileMonitor"); \ No newline at end of file