mirror of
https://github.com/9001/copyparty.git
synced 2025-09-28 12:42:26 -06:00
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:
parent
3e90abbf6f
commit
0469b5a29e
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# usage: ./bubbleparty.sh ./copyparty-sfx.py ....
|
||||
bwrap \
|
||||
--unshare-all \
|
||||
|
|
Loading…
Reference in a new issue