provided by

This commit is contained in:
pvincent
2024-10-09 09:02:10 +04:00
parent bf90cbb28e
commit 5ac2e4842d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ function join() {
builtin echo "$*"
}
# execute remote scripting onto one LXC container <CONTAINER> [COMMANDS, ...]
# execute remote scripting over one LXC container <CONTAINER> [COMMANDS, ...]
# may use one command like: `lxc_exec ct1 uname -a`
# or pipe like so: `
# cat <<EOF | lxc_exec ct1