Fgo_to_TOOLS.sh 542 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #!/bin/bash
  2. #set -x
  3. set -o posix
  4. #set -u
  5. #set -e
  6. #+
  7. #
  8. # ===============
  9. # Fgo_to_tools.sh
  10. # ===============
  11. #
  12. # --------------------------
  13. # Go to the TOOLS directory
  14. # --------------------------
  15. #
  16. # SYNOPSIS
  17. # ========
  18. #
  19. # ::
  20. #
  21. # $ Fgo_to_tools.sh
  22. #
  23. #
  24. # DESCRIPTION
  25. # ===========
  26. #
  27. #
  28. # Go to the TOOLS directory
  29. #
  30. # EXAMPLES
  31. # ========
  32. #
  33. # ::
  34. #
  35. # $ ./Fgo_to_tools.sh
  36. #
  37. #
  38. # TODO
  39. # ====
  40. #
  41. # option debug
  42. #
  43. #
  44. # EVOLUTIONS
  45. # ==========
  46. #
  47. # $Id: Fgo_to_TOOLS.sh 3294 2012-01-28 16:44:18Z rblod $
  48. #
  49. #
  50. #
  51. # * creation
  52. #
  53. #-
  54. cd ${MAIN_DIR}/TOOLS