Shell-输出多行 2023-08-17 shell all, shell 评论 Shell-输出多行并发执行12345678910cat << EOF > test.sh#!/bin/bash#you Shell script writes here.EOFcat <<EOF | sudo tee /etc/sysctl.d/99-kubernetes-cri.confnet.bridge.bridge-nf-call-iptables = 1net.ipv4.ip_forward = 1net.bridge.bridge-nf-call-ip6tables = 1EOF