New backup 2025-03-12 21:45:01
This commit is contained in:
parent
cb90461b8c
commit
a574a0f4b0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pactl subscribe | awk '/new/ && /sink-input/' | while read -p event;do
|
pactl subscribe | awk '/new/ && /sink-input/' while read -r event;do
|
||||||
echo "test"
|
echo "test"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue