only serach in custom director.

hide&wait for the program to exit.
This commit is contained in:
2024-12-20 04:17:36 +01:00
parent 4110554466
commit c8f8e27a65
2 changed files with 27 additions and 22 deletions

11
run_forever.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# Infinite loop to run the command
while true; do
echo "Starting nwg-drawer..."
bin/nwg-drawer -nocats -nofs -ovl -d
done &
# Return immediately after starting the loop
echo "The loop is running in the background."