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

http://macfuse.googlecode.com/ · #! · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · 5373be24fb4f9ad0d4bdc05eece916d8 MD5 · raw file

  1. #!/bin/bash
  2. echo "install to stderr" >&2
  3. # Make sure we report success so the next script will run.
  4. exit 0