File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1939,7 +1939,7 @@ coprocs would mess up your inline functions.
1939
1939
docker run -it mycomplex-image bash
1940
1940
1941
1941
# 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
1943
1943
# to, you can even override it and 'monkeypatch' the file with the one
1944
1944
# from the host anyway.
1945
1945
docker run -it -v $PWD:/tmp/ mycomplex-image /tmp/file.sh
@@ -2439,6 +2439,8 @@ coprocs would mess up your inline functions.
2439
2439
** use git staging area to diff outputs of commands
2440
2440
- https://chrismorgan.info/blog/make-and-git-diff-test-harness/
2441
2441
- [[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
2442
2444
2443
2445
** coprocs
2444
2446
- https://stackoverflow.com/questions/7942632/how-to-extrace-pg-backend-pid-from-postgresql-in-shell-script-and-pass-it-to-ano/8305578#8305578
You can’t perform that action at this time.
0 commit comments