This commit is contained in:
WrobelXXL
2026-01-08 12:20:40 +01:00
parent 030e37843f
commit 61e2f79cd9
2 changed files with 3 additions and 3 deletions

View File

@@ -13,5 +13,5 @@ NAMES=(
)
for name in "${NAMES[@]}"; do
bash -c "exec -a $name sleep 999999" &
done
bash -c "exec -a $name python3 -c 'while True: pass'" &
done