Nemo-NAA10km_nemo_4.2.2/mk/Fgo_to_TOOLS.sh
2025-09-05 09:42:21 +02:00

56 lines
550 B
Bash
Executable File

#!/bin/bash
#set -x
set -o posix
#set -u
#set -e
#+
#
# ===============
# Fgo_to_tools.sh
# ===============
#
# --------------------------
# Go to the TOOLS directory
# --------------------------
#
# SYNOPSIS
# ========
#
# ::
#
# $ Fgo_to_tools.sh
#
#
# DESCRIPTION
# ===========
#
#
# Go to the TOOLS directory
#
# EXAMPLES
# ========
#
# ::
#
# $ ./Fgo_to_tools.sh
#
#
# TODO
# ====
#
# option debug
#
#
# EVOLUTIONS
# ==========
#
# $Id: Fgo_to_TOOLS.sh 9598 2018-05-15 22:47:16Z nicolasmartin $
#
#
#
# * creation
#
#-
cd ${MAIN_DIR}/tools