only serach in custom director.
hide&wait for the program to exit.
This commit is contained in:
11
run_forever.sh
Normal file
11
run_forever.sh
Normal 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."
|
||||
Reference in New Issue
Block a user