[Linux] Handle two digit output sink ids

This commit is contained in:
2017-06-14 20:15:58 -07:00
parent 6b7e7e1c36
commit 91e1f5a42b

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
pahelper.sh | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]' | xargs pahelper.sh pahelper.sh | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]*' | xargs pahelper.sh