mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05: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:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# usage: ./bubbleparty.sh ./copyparty-sfx.py ....
|
||||
bwrap \
|
||||
--unshare-all \
|
||||
|
||||
Reference in New Issue
Block a user