From 03d35ba7998f242342624140823fb96226773fb3 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 9 Feb 2025 20:40:16 +0000 Subject: [PATCH] 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 --- bin/bubbleparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bubbleparty.sh b/bin/bubbleparty.sh index 57eea8c2..2e6aab3e 100755 --- a/bin/bubbleparty.sh +++ b/bin/bubbleparty.sh @@ -1,5 +1,5 @@ #!/bin/sh -# usage: ./bubblewrap.sh ./copyparty-sfx.py .... +# usage: ./bubbleparty.sh ./copyparty-sfx.py .... bwrap \ --unshare-all \ --ro-bind /usr /usr \