launchPackager.command 504 B

12345678910111213141516171819
  1. #!/bin/bash
  2. # Copyright (c) Facebook, Inc. and its affiliates.
  3. #
  4. # This source code is licensed under the MIT license found in the
  5. # LICENSE file in the root directory of this source tree.
  6. # Set terminal title
  7. echo -en "\\033]0;Metro\\a"
  8. clear
  9. THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)
  10. # shellcheck source=/dev/null
  11. . "$THIS_DIR/packager.sh"
  12. if [[ -z "$CI" ]]; then
  13. echo "Process terminated. Press <enter> to close the window"
  14. read -r
  15. fi