mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
5 lines
183 B
Bash
5 lines
183 B
Bash
#!/bin/sh
|
|
|
|
echo "#!/bin/sh"
|
|
cat ../https.md | awk '{if (sub(/\\$/,"")) printf "%s", $0; else print $0}' | grep ' $ ' | sed 's/ $ //g' | sed 's/2375/7777/g' | sed 's/2376/7778/g'
|