Skip to content

Commit 761f201

Browse files
committed
some make links
1 parent 6576d21 commit 761f201

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ coprocs would mess up your inline functions.
19391939
docker run -it mycomplex-image bash
19401940

19411941
# Runs /tmp/file.sh from the host inside. That's cool to make the
1942-
# container less hermetic. Even if the image is not originally ment
1942+
# container less airtight. Even if the image is not originally meant
19431943
# to, you can even override it and 'monkeypatch' the file with the one
19441944
# from the host anyway.
19451945
docker run -it -v $PWD:/tmp/ mycomplex-image /tmp/file.sh
@@ -2439,6 +2439,8 @@ coprocs would mess up your inline functions.
24392439
** use git staging area to diff outputs of commands
24402440
- https://chrismorgan.info/blog/make-and-git-diff-test-harness/
24412441
- [[https://news.ycombinator.com/item?id=32896051][Content based change detection with Make]]
2442+
- https://news.ycombinator.com/item?id=40333481
2443+
- https://news.ycombinator.com/item?id=32441602
24422444

24432445
** coprocs
24442446
- https://stackoverflow.com/questions/7942632/how-to-extrace-pg-backend-pid-from-postgresql-in-shell-script-and-pass-it-to-ano/8305578#8305578

0 commit comments

Comments
 (0)