[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: weird behaviour of quotes in bash variable assignments



On Ma, 22 sep 20, 16:37:40, Gary Dale wrote:
> 
> Your first point makes it impossible for me to present anything because this
> list doesn't (AFAIK) allow attachments.

This is a myth, I just attached a small script to this message.

The list apparently does indeed filter some attachments most likely 
based on size, possibly also type.

https://www.debian.org/MailingLists/#codeofconduct

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
#!/bin/sh

set -e

ip link set eth0 up
ip address add 192.168.0.64/24 dev eth0
ip route add default via 192.168.0.1

Attachment: signature.asc
Description: PGP signature


Reply to: