/core/externals/update-engine/Core/TestResources/Test-STDERR-source/.engine_postinstall

http://macfuse.googlecode.com/ · #! · 6 lines · 3 code · 3 blank · 0 comment · 0 complexity · 7b2607b39d9c187bdad01b44550fe8ba MD5 · raw file

  1. #!/bin/bash
  2. echo "postinstall to stderr" >&2
  3. exit 0