bubbleparty.sh: process substitution requires bash

POSIX shell does not yet support  `<(process substitution)`.

Signed-off-by: Christian Kastner <ckk@kvr.at>
This commit is contained in:
Christian Kastner 2025-08-31 18:35:14 +02:00 committed by ed
parent 3e90abbf6f
commit 0469b5a29e

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# usage: ./bubbleparty.sh ./copyparty-sfx.py .... # usage: ./bubbleparty.sh ./copyparty-sfx.py ....
bwrap \ bwrap \
--unshare-all \ --unshare-all \