Skip to content

Commit

Permalink
some make links
Browse files Browse the repository at this point in the history
  • Loading branch information
kidd committed May 13, 2024
1 parent 6576d21 commit 761f201
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book.org
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ coprocs would mess up your inline functions.
docker run -it mycomplex-image bash

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

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

0 comments on commit 761f201

Please sign in to comment.