Skip to content
Snippets Groups Projects
Fgo_to_TOOLS.sh 550 B
Newer Older
Guillaume Samson's avatar
Guillaume Samson committed
#!/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