mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
rename bubblewrap.sh to bubbleparty.sh (2/2)
reduces confusion if it ends up in $PATH, if there are multiple such wrappers with different semantics
This commit is contained in:
parent
c035d7d88a
commit
03d35ba799
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# usage: ./bubblewrap.sh ./copyparty-sfx.py ....
|
# usage: ./bubbleparty.sh ./copyparty-sfx.py ....
|
||||||
bwrap \
|
bwrap \
|
||||||
--unshare-all \
|
--unshare-all \
|
||||||
--ro-bind /usr /usr \
|
--ro-bind /usr /usr \
|
||||||
|
|
Loading…
Reference in a new issue