bashでこれをやりたいです。
apt install -y \
curl \ # i'd like to insert comment here somehow
python3
しかし、これはうまくいきません。
答え1
離れている:
apt install -y \
curl `# my comment` \
python3
bashでこれをやりたいです。
apt install -y \
curl \ # i'd like to insert comment here somehow
python3
しかし、これはうまくいきません。
離れている:
apt install -y \
curl `# my comment` \
python3