fork(2) download
  1. all:
  2. @echo $(shell date)
  3. @$(shell sleep 3)
  4. @date > /tmp/sample.txt
  5. @$(shell sleep 3)
  6. @echo $(shell date)
  7. @$(shell sleep 3)
  8. @cat /tmp/sample.txt
  9.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty