I'd like to do this on bash
apt install -y \
curl \ # i'd like to insert comment here somehow
python3
But this doesn't work.
I'd like to do this on bash
apt install -y \
curl \ # i'd like to insert comment here somehow
python3
But this doesn't work.